1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hydrogen_ynh.git synced 2024-09-03 19:26:17 +02:00
hydrogen_ynh/config_panel.toml

13 lines
315 B
TOML
Raw Normal View History

2022-01-05 08:37:17 +01:00
version = "1.0"
[main]
2022-05-18 22:11:31 +02:00
name = "Hydrogen configuration"
2022-01-05 08:37:17 +01:00
2022-05-18 22:11:31 +02:00
[main.config]
name = "Configuration Options"
2022-01-05 08:37:17 +01:00
2022-05-18 22:11:31 +02:00
[main.config.default_server]
ask = "Set default server"
2022-01-05 08:37:17 +01:00
type = "string"
2022-05-19 09:04:16 +02:00
help = "Choose a default Matrix server"
2022-05-18 22:11:31 +02:00
bind = "defaultHomeServer:__FINALPATH__/config.json"