🔧 prosody: Use ansible variable in main config template
This commit is contained in:
parent
fa811dd787
commit
2c0d00bc28
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,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 = { "alex@jabber.n39.eu", "tux@jabber.n39.eu" }
|
||||
admins = { "alex@{{ prosody_domain_name }}", "tux@{{ prosody_domain_name }}" }
|
||||
|
||||
-- Enable use of libevent for better performance under high load
|
||||
-- For more information see: http://prosody.im/doc/libevent
|
||||
|
|
Loading…
Reference in a new issue