mirror of
https://github.com/YunoHost-Apps/hedgedoc_ynh.git
synced 2024-09-03 19:25:52 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
0f78cd4440
1 changed files with 24 additions and 0 deletions
24
config_panel.toml.example
Normal file
24
config_panel.toml.example
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
version = "1.0"
|
||||||
|
|
||||||
|
[main]
|
||||||
|
name = "HedgeDoc configuration"
|
||||||
|
|
||||||
|
[main.config]
|
||||||
|
name = "Configuration Options"
|
||||||
|
|
||||||
|
[main.config.allow_anonymous]
|
||||||
|
ask = "Allow anonymous usage"
|
||||||
|
type = "boolean"
|
||||||
|
yes = "true"
|
||||||
|
no = "false"
|
||||||
|
help = "Set to allow anonymous usage (default is true)."
|
||||||
|
bind = "allow_anonymous:__FINALPATH__/config.json"
|
||||||
|
|
||||||
|
[main.config.allow_email_registration]
|
||||||
|
ask = "Allow email registration"
|
||||||
|
type = "boolean"
|
||||||
|
yes = "true"
|
||||||
|
no = "false"
|
||||||
|
help = "Set to allow registration of new accounts using an email address. If set to false, you can still create accounts using the command line."
|
||||||
|
bind = "allow_email_registration:__FINALPATH__/config.json"
|
||||||
|
|
Loading…
Reference in a new issue