1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/workout-tracker_ynh.git synced 2024-09-03 20:36:03 +02:00

Update config_panel.toml

This commit is contained in:
Thomas 2024-04-12 08:27:06 +02:00 committed by GitHub
parent 867617a185
commit a2a3a788f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,6 @@ services = ["__APP__"]
ask.en = "Enable user registration?" ask.en = "Enable user registration?"
ask.fr = "Autoriser linscription dutilisateurs?" ask.fr = "Autoriser linscription dutilisateurs?"
type = "boolean" type = "boolean"
yes = "false" 1 = "false"
no = "true" 0 = "true"
bind = "WT_REGISTRATION_DISABLED:/var/www/__APP__/.env" bind = "WT_REGISTRATION_DISABLED:/var/www/__APP__/.env"