diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-27 09:02:49 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-27 09:02:49 +0100 |
commit | a95017cf1e1761fef1ec029105d1c25f954741d4 (patch) | |
tree | 5e3b2e7f6ad788ef8a0f785056400442bb4d1cc7 /docker/jitsi/dev.env | |
parent | 8fe3a046a480cf4ea8e19228d408265c279eeff9 (diff) | |
download | infrastructure-a95017cf1e1761fef1ec029105d1c25f954741d4.tar.gz infrastructure-a95017cf1e1761fef1ec029105d1c25f954741d4.zip |
Add tags and hostnamefeature/jitsi
Diffstat (limited to 'docker/jitsi/dev.env')
-rw-r--r-- | docker/jitsi/dev.env | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/jitsi/dev.env b/docker/jitsi/dev.env index cebe2a7..722ca1d 100644 --- a/docker/jitsi/dev.env +++ b/docker/jitsi/dev.env @@ -2,8 +2,8 @@ JITSI_SECRET_VIDEOBRIDGE=S3CR3T01 JITSI_SECRET_JICOFO_COMPONENT=S3CR3T02 JITSI_SECRET_JICOFO_USER=S3CR3T03 JITSI_PROSODY_BOSH_PORT=5280 -JITSI_PROSODY_BOSH_HOST=172.17.0.1 -JITSI_PROSODY_HOST=172.17.0.1 +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 |