mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
35 lines
No EOL
933 B
TOML
35 lines
No EOL
933 B
TOML
version = "1.0"
|
|
[main]
|
|
name = "Configuration"
|
|
services = [ 'php8.3-fpm']
|
|
|
|
[main.comptes]
|
|
name = "Comptes"
|
|
|
|
[main.comptes.creation_compte]
|
|
ask.en = "Enable account creation"
|
|
ask.fr = "Permettre la création de nouveaux comptes"
|
|
type = "boolean"
|
|
yes = true
|
|
no = false
|
|
default = true
|
|
help = "Don't disable account creation before creating one for yourself !"
|
|
|
|
[main.comptes.connexion_compte]
|
|
ask.en = "Enable account connexion"
|
|
ask.fr = "Permettre la connexion aux comptes"
|
|
type = "boolean"
|
|
yes = true
|
|
no = false
|
|
default = true
|
|
|
|
[main.export]
|
|
name = "Export"
|
|
|
|
[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"
|
|
type = "select"
|
|
choices = [";", ",", ":", " ", " "]
|
|
default = ";"
|
|
|