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

17 lines
538 B
TOML
Raw Normal View History

2022-03-15 21:43:09 +01:00
version = "1.0"
[main]
name = "Commento configuration"
services = ["__APP__"]
[main.config]
name = "Configuration Options"
[main.config.enable_registrations]
ask = "Enable registrations"
type = "boolean"
yes = "true"
no = "false"
help = "Used to disable new dashboard registrations. Useful if you are the only person using Commento on your server. Does not impact the creation of accounts for your readers."
bind = "COMMENTO_FORBID_NEW_OWNERS:__FINALPATH__/commento.env"