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

Update config_panel.toml

This commit is contained in:
ericgaspar 2023-09-23 11:18:27 +02:00
parent c632d3d776
commit f7c71c9c3f

View file

@ -11,7 +11,7 @@ name = "Conduit configuration"
type = "boolean"
yes = "true"
no = "false"
bind = "allow_registration:/var/www/__APP__/conduit.toml"
bind = "allow_registration:__INSTALL_DIR__/conduit.toml"
[main.registration.federation]
ask = "Allow Federation"
@ -19,4 +19,4 @@ name = "Conduit configuration"
yes = "true"
no = "false"
help = "Communicate with other homeservers of the Matrix Federation."
bind = "allow_federation:/var/www/__APP__/conduit.toml"
bind = "allow_federation:__INSTALL_DIR__/conduit.toml"