From a23e08ce20887efb4e158a02ffee1f775a0db89f Mon Sep 17 00:00:00 2001 From: Quentin Date: Sat, 12 Sep 2020 20:17:07 +0200 Subject: Refactor 2 --- app/config/secrets/jitsi/global_env.sample | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/config/secrets/jitsi/global_env.sample (limited to 'app/config/secrets/jitsi/global_env.sample') diff --git a/app/config/secrets/jitsi/global_env.sample b/app/config/secrets/jitsi/global_env.sample new file mode 100644 index 0000000..658c9c9 --- /dev/null +++ b/app/config/secrets/jitsi/global_env.sample @@ -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_video1_port" }} -- cgit v1.2.3