From a23e08ce20887efb4e158a02ffee1f775a0db89f Mon Sep 17 00:00:00 2001 From: Quentin Date: Sat, 12 Sep 2020 20:17:07 +0200 Subject: Refactor 2 --- app/integration/jitsi/dev.env | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/integration/jitsi/dev.env (limited to 'app/integration/jitsi/dev.env') diff --git a/app/integration/jitsi/dev.env b/app/integration/jitsi/dev.env new file mode 100644 index 0000000..4fff8c1 --- /dev/null +++ b/app/integration/jitsi/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=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 +JITSI_VIDEO_TCP=8080 -- cgit v1.2.3