Pass JVB_AUTH_PASSWORD environment variable to make JVB startup happy

We define this password in the `sip-communicator.properties`
configuration file, so this is not needed for actually running JVB.

However, it does a (useless) safety check during container startup,
and we need to make that check happy.
This commit is contained in:
Slavi Pantaleev
2020-04-08 10:23:51 +03:00
parent dcce276b86
commit 14786071af
3 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1 @@
JVB_AUTH_PASSWORD={{ matrix_jitsi_jvb_auth_password }}