mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
Update config_panel.toml
This commit is contained in:
parent
fefc5e3775
commit
0b7b933207
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ name = "Moncycle.app configuration"
|
|||
yes = "true"
|
||||
no = "false"
|
||||
help = "Don't disable account creation before creating one for yourself !"
|
||||
bind = "CREA_COMPTE:__INSTALL_DIR__/config.php"
|
||||
bind = "CREATION_COMPTE:__INSTALL_DIR__/config.php"
|
||||
|
||||
[main.comptes.con_compte]
|
||||
ask.en = "Enable account connexion"
|
||||
|
@ -22,7 +22,7 @@ name = "Moncycle.app configuration"
|
|||
default = "true"
|
||||
yes = "true"
|
||||
no = "false"
|
||||
bind = "CON_COMPTE:__INSTALL_DIR__/config.php"
|
||||
bind = "CONNEXION_COMPTE:__INSTALL_DIR__/config.php"
|
||||
|
||||
[main.export]
|
||||
name = "export"
|
||||
|
@ -32,4 +32,4 @@ name = "Moncycle.app configuration"
|
|||
ask.fr = "Séparateur pour l'export des données au format csv"
|
||||
type = "string"
|
||||
default = ";"
|
||||
bind = "SEPARATEUR_CSV:__INSTALL_DIR__/config.php"
|
||||
bind = "CSV_SEP:__INSTALL_DIR__/config.php"
|
Loading…
Add table
Reference in a new issue