host=127.0.0.1\r
#cspace\r
+cspace.instance.id=T1650\r
release.version=4.1\r
cspace.release=${release.version}-SNAPSHOT\r
cspace.services.release=cspace-services-${cspace.release}\r
db.nuxeo.user.password=${env.DB_PASSWORD_NUXEO}\r
db.cspace.user=cspace\r
db.cspace.user.password=${env.DB_PASSWORD_CSPACE}\r
-#db.host=dba-postgres-qa-21.ist.berkeley.edu\r
-#db.host=173.255.228.202\r
-db.host=169.229.248.106\r
-#db.host=localhost\r
-#db.host=169.229.199.44\r
+db.host=localhost\r
db.jdbc.baseurl=jdbc:${db}://${db.host}:${db.port}\r
\r
#\r
# JDBC URL's. The csadmin URL is needed to authenticate with the PostGreSQL server because an existing database must be supplied during authentication.\r
#\r
db.jdbc.csadmin.url=${db.jdbc.baseurl}/postgres\r
-db.jdbc.nuxeo.url=${db.jdbc.baseurl}/nuxeo\r
db.jdbc.cspace.url=${db.jdbc.baseurl}/cspace\r