docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Some Prosody/XMPP env variables are too generic
I noticed some variables names for Prosody/XMPP are too generic and don't reference the service at all:
-
GLOBAL_CONFIG
-
GLOBAL_MODULES
-
LOG_LEVEL
I suggest these get renamed to something more in the line of PROSODY_GLOBAL_CONFIG
, PROSODY_GLOBAL_MODULES
, PROSODY_LOG_LEVEL
. I could submit a PR if this is desirable.
Sure, feel free to send a PR!