forked from collectionspace/application
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tenant.properties
30 lines (24 loc) · 1008 Bytes
/
tenant.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Values in this 'tenant.properties' file will be used
# in targets in the Ant buildfile, build.xml, when copying
# ("cloning") a 'template tenant' to create a new tenant
# Values for these properties can instead, or also, be
# provided at the command line when invoking Ant, via
# one or more arguments similar to:
# -Dvariable.name=somevalue
#
# Where there are conflicts, values provided via the command line
# are used in preference to those provided in this properties file.
# The short name for the existing tenant that will be
# copied ("cloned"), to create a new tenant
# example: template.tenant.shortname=fcart
template.tenant.shortname=
# The short name for the new tenant to be created
# example: tenant.shortname=mymuseum
tenant.shortname=
# The ID for the new tenant to be created
# (currently an integer; e.g. 5, 23)
# example: tenant.id=5
tenant.id=
# The internet domain for the new tenant to be created
# example: tenant.internet.domain=mymuseum.example.org
tenant.internet.domain=