diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-27 09:03:39 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-27 09:03:39 +0100 |
commit | fd6e6aa1413602fc11bf79f7cf08120d996b8b3a (patch) | |
tree | 5e3b2e7f6ad788ef8a0f785056400442bb4d1cc7 /docker/jitsi/dev.env | |
parent | 08101b82621457195c9a080237913d2c5a30208e (diff) | |
parent | a95017cf1e1761fef1ec029105d1c25f954741d4 (diff) | |
download | infrastructure-fd6e6aa1413602fc11bf79f7cf08120d996b8b3a.tar.gz infrastructure-fd6e6aa1413602fc11bf79f7cf08120d996b8b3a.zip |
Merge branch 'feature/jitsi'
Diffstat (limited to 'docker/jitsi/dev.env')
-rw-r--r-- | docker/jitsi/dev.env | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docker/jitsi/dev.env b/docker/jitsi/dev.env new file mode 100644 index 0000000..722ca1d --- /dev/null +++ b/docker/jitsi/dev.env @@ -0,0 +1,9 @@ +JITSI_SECRET_VIDEOBRIDGE=S3CR3T01 +JITSI_SECRET_JICOFO_COMPONENT=S3CR3T02 +JITSI_SECRET_JICOFO_USER=S3CR3T03 +JITSI_PROSODY_BOSH_PORT=5280 +JITSI_PROSODY_BOSH_HOST=127.0.0.1 +JITSI_PROSODY_HOST=127.0.0.1 +JITSI_CERTS_FOLDER=/certs/ +JITSI_NAT_PUBLIC_IP=77.204.7.239 +JITSI_NAT_LOCAL_IP=192.168.0.18 |