From bfaa1c46d3ce513a92c0175dd8cec6f704358552 Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Mon, 11 May 2015 16:20:38 -0400 Subject: [PATCH] ex. -> example: --- tenant.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tenant.properties b/tenant.properties index 3dbec579e..4afca3d22 100644 --- a/tenant.properties +++ b/tenant.properties @@ -12,19 +12,19 @@ # The short name for the existing tenant that will be # copied ("cloned"), to create a new tenant -# ex. template.tenant.shortname=fcart +# example: template.tenant.shortname=fcart template.tenant.shortname= # The short name for the new tenant to be created -# ex. tenant.shortname=mymuseum +# example: tenant.shortname=mymuseum tenant.shortname= # The ID for the new tenant to be created # (currently an integer; e.g. 5, 23) -# ex. tenant.id=5 +# example: tenant.id=5 tenant.id= # The internet domain for the new tenant to be created -# ex. tenant.internet.domain=mymuseum.example.org +# example: tenant.internet.domain=mymuseum.example.org tenant.internet.domain= -- 2.47.3