# multiple CollectionSpace servers all share a single database server.
# The instance ID is blank by default. If it is added, by convention,
# instance IDs should begin with an underscore (_). E.g.: _trs80
-cspace.instance.id=
+
release.version=4.2
cspace.release=${release.version}-SNAPSHOT
+cspace.instance.id=${env.CSPACE_INSTANCE_ID}
+
+
+
cspace.services.release=cspace-services-${cspace.release}
domain.cspace=cspace-services
cspace.services.context=${domain.cspace}
db.reader.user=reader${cspace.instance.id}
db.reader.user.password=${env.DB_READER_PASSWORD}
-db.host=localhost
+#db.host=localhost
+db.host=${env.DB_HOST}
db.jdbc.baseurl=jdbc:${db}://${db.host}:${db.port}
#
<?xml version="1.0" encoding="UTF-8"?>
-<!-- This is a NOT a test -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">