coreos-home-server/config/service/spectrum/spectrum.env.template
Alex Palaistras d83017d689 Make Prosody components configurable
This allows for registering external components for Prosody as needed,
and enables us to create templated Spectrum services for each supported
protocol.

Configuration has been updated for Biboumi to allow for automated
registration against Prosody as well.
2021-10-26 13:30:40 +01:00

10 lines
289 B
Plaintext

# Configuration for Spectrum.
SPECTRUM_HOSTNAME=spectrum
SPECTRUM_PROTOCOL=any
SPECTRUM_PASSWORD=${PROSODY_SPECTRUM_PASSWORD}
SPECTRUM_XMPP_HOST=prosody
SPECTRUM_REGISTRATION_ENABLED=1
# Options for Prosody component configuration.
PROSODY_COMPONENT_PASSWORD=${PROSODY_SPECTRUM_PASSWORD}