fix(prosody): default value for PROSODY_MODE (#1929)

This commit is contained in:
Aaron van Meerten
2024-10-09 13:18:19 -05:00
committed by GitHub
parent 7b7f101218
commit 5e1fcd8043
2 changed files with 11 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ fi
mkdir /config/certs
cp -r /defaults/* /config
[ -z "$PROSODY_MODE" ] && PROSODY_MODE="client"
[ -z "$PROSODY_MODE" ] && export PROSODY_MODE="client"
if [[ "$PROSODY_MODE" == "visitors" ]]; then
echo "Prosody visitor mode, using alternate config"