forked from Deuxfleurs/infrastructure
create an env file
This commit is contained in:
parent
8645c7b332
commit
abf0b925cc
1 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
JITSI_SECRET_VIDEOBRIDGE=redacted
|
||||
JITSI_SECRET_JICOFO_COMPONENT=redacted
|
||||
JITSI_SECRET_JICOFO_USER=redacted
|
||||
JITSI_PROSODY_BOSH_PORT=5280
|
||||
JITSI_PROSODY_BOSH_HOST=127.0.0.1
|
||||
JITSI_PROSODY_HOST=127.0.0.1
|
||||
JITSI_CERTS_FOLDER=/secrets/certs/
|
||||
JITSI_NAT_PUBLIC_IP=redacted
|
||||
JITSI_NAT_LOCAL_IP={{ env "NOMAD_IP_videobridge_video1_port" }}
|
Loading…
Reference in a new issue