postgis/java/ejb2/resources/build.properties
Markus Schaber 04599cff99 Java/JDBC directory reorganization
git-svn-id: http://svn.osgeo.org/postgis/trunk@2467 b70326c6-7e19-0410-871a-916f4a2858ee
2006-09-05 15:16:57 +00:00

13 lines
428 B
Properties

# You can change these properties to fit your environment.
# This should be the only file to modify.
# Note that you should NOT leave spaces after a property value
# Name of the created database
database.name=ejb2poc
# User owner of the database tables
database.login=CHANGEIT
# Password for the db user
database.password=CHANGEIT
# IP or hostname of the machine running the database server
database.host=127.0.0.1