Fix config_panel.toml: bad help key

This commit is contained in:
Salamandar 2024-06-09 23:30:47 +02:00
parent 740794ed29
commit a6dd24cf0d

View file

@ -127,10 +127,8 @@ services = ["__APP__"]
name = "Advanced Settings"
services = ["__APP__"]
[advanced.help]
[advanced.helptext]
name = "SETTINGS FOR EXPERTS IN SERVER ADMINISTRATION"
[advanced.help.text]
ask = "!! There are **security and privacy risks** if you change these settings without knowing what you do !!"
type = "markdown"
@ -197,4 +195,3 @@ services = ["__APP__"]
help = "Defaults to: '8000'. The path is always /metrics"
bind = "metrics>listen_port:__INSTALL_DIR__/config.yaml"
visible = "enable_metrics"