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:
parent
c632d3d776
commit
f7c71c9c3f
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue