diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-20 12:53:23 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-20 12:53:23 +0100 |
commit | 5dfca7a713ce8322de9b0dbaa55aabb70b6ea585 (patch) | |
tree | 3841be9a96ea65ed286150c90a9b750aa6370326 /app/jitsi/integration/dev.env | |
parent | bd9c854a12626e99737b25193b4fc3f11282af5e (diff) | |
download | infrastructure-5dfca7a713ce8322de9b0dbaa55aabb70b6ea585.tar.gz infrastructure-5dfca7a713ce8322de9b0dbaa55aabb70b6ea585.zip |
fix naming
Diffstat (limited to 'app/jitsi/integration/dev.env')
-rw-r--r-- | app/jitsi/integration/dev.env | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/jitsi/integration/dev.env b/app/jitsi/integration/dev.env new file mode 100644 index 0000000..1dd2122 --- /dev/null +++ b/app/jitsi/integration/dev.env @@ -0,0 +1,10 @@ +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_CERTS_FOLDER=/certs/ +JITSI_NAT_PUBLIC_IP=37.164.35.154 +JITSI_NAT_LOCAL_IP=192.168.0.231 +JITSI_VIDEO_TCP=8080 |