# 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,
+# The instance ID is blank by default. If it is added, by convention,
# instance IDs should begin with an underscore (_). E.g.: _trs80
#
cspace.ui.tenantid=1
cspace.ui.logo=undefined
cspace.ui.message.title=CollectionSpace Default Profile
-cspace.ui.version=latest
+cspace.ui.version=^2.0.0
cspace.ui.basename=/cspace/core
cspace.ui.webapp=cspace#core
cspace.ui.webapp.name=cspaceUI
db.typemapping=PostgreSQL 8.0
# Should be org.jboss.jca.adapters.jdbc.extensions.postgres.PostgreSQLExceptionSorter
# but current JBoss does not seem to include it...
-db.exceptionsorter=
+db.exceptionsorter=
db.spring.acl.classIdentityQuery=select currval(pg_get_serial_sequence('acl_class', 'id'))
db.spring.acl.sidIdentityQuery=select currval(pg_get_serial_sequence('acl_sid', 'id'))
db.xaDataSource=org.postgresql.xa.PGXADataSource
#
# ssl=true ;means we can talk SSL to the database server
# sslfactory ;set this to the SSL factory class. The default is to perform validation. Use NonValidatingFactory class to skip validation
-# foo=true ;an extra "throw way" options seems to be needed to prevent parsing errors for some tools/code.
+# foo=true ;an extra "throw way" options seems to be needed to prevent parsing errors for some tools/code.
#
# Here is an example of how to set the JDBC options for connecting to an SSL enabled