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
Éric Gaspar bd99812ac2 Fix
2023-03-02 12:06:05 +01:00

16 lines
540 B
TOML

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:__INSTALL_DIR__/commento.env"