1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00
moncycle_ynh/config_panel.toml

35 lines
933 B
TOML
Raw Normal View History

2024-02-21 06:27:12 +01:00
version = "1.0"
[main]
2024-02-21 17:25:51 +01:00
name = "Configuration"
2024-02-21 17:36:14 +01:00
services = [ 'php8.3-fpm']
2024-02-21 07:01:54 +01:00
2024-02-21 17:19:58 +01:00
[main.comptes]
2024-02-21 17:25:51 +01:00
name = "Comptes"
2024-02-21 07:01:54 +01:00
2024-02-21 17:19:58 +01:00
[main.comptes.creation_compte]
ask.en = "Enable account creation"
ask.fr = "Permettre la création de nouveaux comptes"
2024-02-21 17:51:39 +01:00
type = "boolean"
yes = true
no = false
default = true
2024-02-21 17:19:58 +01:00
help = "Don't disable account creation before creating one for yourself !"
2024-02-21 07:01:54 +01:00
2024-02-21 17:19:58 +01:00
[main.comptes.connexion_compte]
ask.en = "Enable account connexion"
ask.fr = "Permettre la connexion aux comptes"
2024-02-21 17:56:53 +01:00
type = "boolean"
yes = true
no = false
default = true
2024-02-21 17:19:58 +01:00
[main.export]
2024-02-21 17:25:51 +01:00
name = "Export"
2024-02-21 17:19:58 +01:00
[main.export.csv_sep]
ask.en = "Separator for data export in csv format"
ask.fr = "Séparateur pour l'export des données au format csv"
2024-02-21 18:01:18 +01:00
type = "select"
choices = [";", ",", ":", " ", " "]
2024-02-21 17:19:58 +01:00
default = ";"
2024-02-21 11:08:03 +01:00