From: Andy Witter Date: Thu, 20 Oct 2016 18:00:01 +0000 (-0400) Subject: Update default configuration file. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2962057bbf471b397cd1d5768e164ef73803f187;p=contrib%2Fpines%2Fgenasys.git Update default configuration file. --- diff --git a/genasys.conf-dist b/genasys.conf-dist index 5d4524c..88f135d 100644 --- a/genasys.conf-dist +++ b/genasys.conf-dist @@ -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"