Update default configuration file.
authorAndy Witter <awitter@georgialibraries.org>
Thu, 20 Oct 2016 18:00:01 +0000 (14:00 -0400)
committerAndy Witter <awitter@georgialibraries.org>
Thu, 20 Oct 2016 18:00:01 +0000 (14:00 -0400)
genasys.conf-dist

index 5d4524c..88f135d 100644 (file)
@@ -1,5 +1,11 @@
 CONFIG_VERSION=1
 
+### If using a test cluster and you want to dis-allow
+### all user-agents from accessing / then these should
+### be set to y 
+TEST_CLUSTER="y"
+ROBOTS_TXT="y"
+
 ### The DNS domain name for this cluster? eg. gapines.org
 CLUSTERDOMAINNAME="example.org"
 
@@ -10,6 +16,10 @@ USE_HOSTNAME_PREFIX="y"
 ### Enter the hostname prefix below.
 HOSTNAME_PREFIX="test"
 
+### If you want to add the prefix to the database name then
+### select "y" here
+USE_DATABASE_PREFIX="n"
+
 ### Use a CA Certificate [y/n]
 USE_CA_CERT="n"
 
@@ -44,6 +54,13 @@ EG_ADMIN_USER="admin"
 ### Evergreen admin Password
 EG_ADMIN_PASSWORD="change-password"
 
+### If you are putting bricks in a DMZ then
+### enter "y" here and set the network x.x.x.x/xx
+### and the gateway here.
+USE_DMZ="n"
+DMZ_NET=""
+DMZ_GATEWAY=""
+
 ### Use default private network - [y/n]
 USE_STANDARD_PRIVATE_NETWORK="y"
 
@@ -84,6 +101,11 @@ USE_SYNDETICS="n"
 ### Enter your Syndetics user id here.
 SYNDETICS_USER_ID=""
 
+### If using Novelist then set to "y" and enter the profile and password here
+USE_NOVELIST="y"
+NOVELIST_PROFILE="testing"
+NOVELIST_PASSWORD="testpass"
+
 ### Monitor admin credentials for Icinga/Nagios/Munin/PHP4Nagios.
 MONITOR_ADMIN_USERNAME="monitoradmin"
 MONITOR_ADMIN_PASSWORD="123456"