Add PROSODY_ADMINS to specify who is an administrator. Fixes #7

This commit is contained in:
Sara Aimée Smiseth 2020-06-26 17:34:24 +02:00
parent 20b7d7258d
commit 2500028412
4 changed files with 4 additions and 1 deletions

View file

@ -24,5 +24,6 @@ export LOG_LEVEL=${LOG_LEVEL:-"info"}
export C2S_REQUIRE_ENCRYPTION=${C2S_REQUIRE_ENCRYPTION:-true}
export S2S_REQUIRE_ENCRYPTION=${S2S_REQUIRE_ENCRYPTION:-true}
export S2S_SECURE_AUTH=${S2S_SECURE_AUTH:-true}
export PROSODY_ADMINS=${PROSODY_ADMINS:-""}
exec "$@"