From f8cfe77e9d0cfc0f34dd16f41989c89c1acf2b4e Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Thu, 20 Mar 2014 17:58:57 -0700 Subject: [PATCH] CSPACE-6168: By default, the CollectionSpace instance ID value in build.properties is to be blank, to replicate previous behavior before instance qualification was added. Also added comments to build.properties describing the use of, and convention for, this value. --- build.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build.properties b/build.properties index ca2e57d5b..176cf6a10 100644 --- a/build.properties +++ b/build.properties @@ -1,6 +1,11 @@ host=127.0.0.1 #cspace -cspace.instance.id=_trs80 +# Instance IDs help identify the databases and database users that belong to +# a particular CollectionSpace server instance, in a configuration where +# 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.1 cspace.release=${release.version}-SNAPSHOT cspace.services.release=cspace-services-${cspace.release} -- 2.47.3