diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-03-25 17:34:44 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-03-25 17:34:44 -0400 |
commit | 9ffc950b5296374f387bfc689806d7af717bb78a (patch) | |
tree | bfbf54034b9e18fb440fa5ba9db3f6506e9c1162 /scripts | |
parent | 14c1c4172d71a69854e07736c7b086fa20788e91 (diff) | |
download | infrastructure-9ffc950b5296374f387bfc689806d7af717bb78a.tar.gz |
add unified push to prosody
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/hostclass/xmpp_server | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/hostclass/xmpp_server b/scripts/hostclass/xmpp_server index 5f2dc1d..621f688 100644 --- a/scripts/hostclass/xmpp_server +++ b/scripts/hostclass/xmpp_server @@ -6,6 +6,7 @@ # prosody_acme_host= : ${prosody_admins:=''} : ${prosody_public_fqdn:="$fqdn"} +: ${prosody_push_fqdn:="push.${email_domain}"} : ${prosody_domains:="$email_domain"} : ${prosody_ldap_password:='changeme'} : ${prosody_dbname:='prosody'} |