13 lines
417 B
Plaintext
13 lines
417 B
Plaintext
# Snikket Server Configuration
|
|
# Copy this file and fill in your values before deploying.
|
|
|
|
# Your XMPP domain (e.g., chat.example.org)
|
|
SNIKKET_DOMAIN=chat.example.org
|
|
|
|
# Admin email — used for Let's Encrypt certificate registration
|
|
SNIKKET_ADMIN_EMAIL=mail@chat.example.org
|
|
|
|
# Uncomment the lines below if running behind a reverse proxy (e.g., nginx):
|
|
# SNIKKET_TWEAK_HTTP_PORT=5080
|
|
# SNIKKET_TWEAK_HTTPS_PORT=5443
|