coreos-home-server/service/prosody/prosody.env.template
Alex Palaistras 491bed37a8 prosody: Move from IMAP to LDAP for authentication
Users in the `prosody_user` and `prosody_admin` groups will be granted
access to Prosody (as regular users and administrators, respectively),
making this a more flexible solution compared to IMAP.
2022-09-25 13:34:09 +01:00

13 lines
368 B
Plaintext

# Virtual host options.
PROSODY_HOST=${PROSODY_HOST}
PROSODY_HOST_EXTERNAL=${PROSODY_HOST_EXTERNAL}
# Authentication options.
PROSODY_AUTH_LDAP_HOST=lldap:3890
PROSODY_AUTH_LDAP_BIND_UID=${LLDAP_ADMIN_USERNAME}
PROSODY_AUTH_LDAP_BIND_PASSWORD=${LLDAP_ADMIN_PASSWORD}
# TURN server options.
PROSODY_TURN_HOST=${COTURN_REALM}
PROSODY_TURN_SECRET=${COTURN_AUTH_SECRET}