coreos-home-server/service/prosody/prosody.env.template
Alex Palaistras 38ded924a9 Update Prosody to version 0.12
This brings a number of changes and improvements, and moves from MariaDB
to SQLite for storage, which requires manual migration for pre-existing
deployments using `prosody-migrator`.
2022-03-22 20:23:07 +00:00

12 lines
285 B
Plaintext

# Virtual host options.
PROSODY_HOST=${PROSODY_HOST}
PROSODY_HOST_EXTERNAL=${PROSODY_HOST_EXTERNAL}
# Authentication options.
PROSODY_IMAP_AUTH_HOST=dovecot
PROSODY_IMAP_AUTH_PORT=993
# TURN server options.
PROSODY_TURN_HOST=${COTURN_REALM}
PROSODY_TURN_SECRET=${COTURN_AUTH_SECRET}