Script output added if running in a terminal. Some pre-script task added.
This commit is contained in:
35
conf/change_api_key.conf.sample
Normal file
35
conf/change_api_key.conf.sample
Normal file
@ -0,0 +1,35 @@
|
||||
# ==========
|
||||
# - Configuration file for script change_api_key.sh
|
||||
# ==========
|
||||
|
||||
# - LOGGING
|
||||
# -
|
||||
# - Enables/Disables script output. Setting this value to 'true' is
|
||||
# - only useful if NOT running in a terminal (i.e. as cronjob).
|
||||
# -
|
||||
# - If script is running in a terminal, script output is enabled and
|
||||
# - cannot be disabled.
|
||||
# -
|
||||
# - Running this script in a
|
||||
# -
|
||||
# - Default value: false
|
||||
# -
|
||||
#LOGGING=false
|
||||
|
||||
|
||||
# - SCHLEUDER_USER
|
||||
# -
|
||||
# - User under witch schleuder is running.
|
||||
# -
|
||||
# - Default value: schleuder
|
||||
# -
|
||||
#SCHLEUDER_USER="schleuder"
|
||||
|
||||
|
||||
# - SCHLEUDER_MAIN_CONFIG
|
||||
# -
|
||||
# - The global schleuder configuration file
|
||||
# -
|
||||
# - Default value: /etc/schleuder/schleuder.yml
|
||||
# -
|
||||
#SCHLEUDER_MAIN_CONFIG="/etc/schleuder/schleuder.yml"
|
Reference in New Issue
Block a user