🔧 prosody: Use ansible variable in main config template

This commit is contained in:
Alexander Dahl 2022-12-20 09:36:42 +01:00 committed by Alexander Dahl
parent fa811dd787
commit 2c0d00bc28

View file

@ -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