This commit is contained in:
JensDiemer 2022-08-15 09:01:58 +02:00
parent 82638455bd
commit 9b4805a56d
2 changed files with 1 additions and 8 deletions

View file

@ -8,7 +8,7 @@ services = ["__APP__"]
name = "Configuration Options"
[main.config.debug_enabled]
ask = "Enable DEBUG mode"
ask = "DEBUG mode"
type = "boolean"
yes = "1"
no = "0"

View file

@ -67,13 +67,6 @@ ynh_script_progression --message="Stopping systemd services..." --weight=5
ynh_systemd_action --service_name="$app" --action="stop"
#=================================================
# Manage old settings
#=================================================
# Always deactivate settings.DEBUG:
ynh_app_setting_set --app=$app --key=debug_enabled --value="False"
#=================================================
# NGINX CONFIGURATION
#=================================================