1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django-fmd_ynh.git synced 2024-09-03 18:26:27 +02:00
django-fmd_ynh/config_panel.toml
JensDiemer 423672a0df init
2022-07-11 20:34:24 +02:00

20 lines
593 B
TOML

# https://github.com/YunoHost/example_ynh/blob/master/config_panel.toml.example
version = "1.0"
[main]
name = "Settings"
[main.findmydevice_config]
name = "django-fmd configuration"
# Trigger a service reload-or-restart after the user change a question in this panel
services = ["__APP__"]
[main.findmydevice_config.django_debug]
ask = "debug mode"
help = "Important: Never activate this settings.DEBUG on production!"
type = "boolean"
yes = "True"
no = "False"
bind = "DJANGO_DEBUG:__FINALPATH__/local_settings.py"