]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Update a comment.
authorRay Lee <ray.lee@lyrasis.org>
Fri, 19 Jul 2019 01:38:55 +0000 (18:38 -0700)
committerRay Lee <ray.lee@lyrasis.org>
Fri, 19 Jul 2019 01:38:55 +0000 (18:38 -0700)
tenant.properties

index 4afca3d2270ee1b843861a90532089a519e1dacd..4e17ec67834a54d29fca79ad212ccff18264fd8a 100644 (file)
@@ -10,7 +10,7 @@
 # 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 
+# 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=
@@ -20,11 +20,10 @@ template.tenant.shortname=
 tenant.shortname=
 
 # The ID for the new tenant to be created
-# (currently an integer; e.g. 5, 23)
-# example: tenant.id=5
+# (an integer from 100 to 199)
+# example: tenant.id=105
 tenant.id=
 
 # The internet domain for the new tenant to be created
 # example: tenant.internet.domain=mymuseum.example.org
 tenant.internet.domain=
-