forked from freeciv/freeciv-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscripts.tmpl
22 lines (19 loc) · 874 Bytes
/
scripts.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Configuration used by the scripts
# LOCATION:scripts/configuration.sh
#
# Freeciv-web database
DB_NAME=#DB_NAME#
DB_USER=#DB_USER#
DB_PASSWORD=#DB_PASSWORD#
# If you are sharing tomcat with other apps, you may want the stop scripts
# to only stop freeciv-web and not the whole tomcat instance. Setup
# tomcat-manager and change TOMCATMANAGER to Y, adding proper user and password
# info. If the password is empty, it will be asked every time a start or stop
# script is run.
TOMCATMANAGER=#TOMCATMANAGER#
TOMCATMANAGER_USER=#TOMCATMANAGER_USER#
TOMCATMANAGER_PASSWORD=#TOMCATMANAGER_PASSWORD#
# If the user running Freeciv-web don't have access to sudo set this to N
# so shutting down Freeciv-web won't cause stop-freeciv-web.sh to try to
# disable Freeciv-web in NGINX by deleting it from /etc/nginx/sites-enabled/
NGINX_DISABLE_ON_SHUTDOW=#NGINX_DISABLE_ON_SHUTDOW#