mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Fix focus username
This commit is contained in:
parent
2de3eb655f
commit
1529c1605c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
-- for the server. Note that you must create the accounts separately
|
||||
-- (see http://prosody.im/doc/creating_accounts for info)
|
||||
-- Example: admins = { "user1@example.com", "user2@example.net" }
|
||||
admins = { "focus__APP__@auth.__DOMAIN__" }
|
||||
admins = { "svc__APP__focus@auth.__DOMAIN__" }
|
||||
daemonize = true
|
||||
cross_domain_bosh = true;
|
||||
component_ports = { __PORT_COMPONENT__ }
|
||||
|
|
Loading…
Reference in a new issue