coreos-home-server/config/service/biboumi/biboumi.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

9 lines
244 B
Plaintext

# Options for Biboumi.
BIBOUMI_HOSTNAME=biboumi
BIBOUMI_PASSWORD=${PROSODY_BIBOUMI_PASSWORD}
BIBOUMI_XMPP_HOST=prosody
BIBOUMI_IDENTD_PORT=0
# Options for Prosody component configuration.
PROSODY_COMPONENT_PASSWORD=${PROSODY_BIBOUMI_PASSWORD}