mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 11:45:32 +02:00
Compare commits
3 Commits
be3bd18c34
...
df538033d9
Author | SHA1 | Date | |
---|---|---|---|
df538033d9 | |||
27d9244254 | |||
37418b2658 |
@ -28,11 +28,11 @@ RECORDING_MAX_AGE_DAYS=365
|
|||||||
# SECRETS
|
# SECRETS
|
||||||
# ====================================
|
# ====================================
|
||||||
# important! change these to any random values
|
# important! change these to any random values
|
||||||
SHARED_SECRET={{applications.bigbluebutton.shared_secret}}
|
SHARED_SECRET={{applications.bigbluebutton.credentials.shared_secret}}
|
||||||
ETHERPAD_API_KEY={{applications.bigbluebutton.etherpad_api_key}}
|
ETHERPAD_API_KEY={{applications.bigbluebutton.credentials.etherpad_api_key}}
|
||||||
RAILS_SECRET={{applications.bigbluebutton.rails_secret}}
|
RAILS_SECRET={{applications.bigbluebutton.credentials.rails_secret}}
|
||||||
POSTGRESQL_SECRET={{applications.bigbluebutton.postgresql_secret}}
|
POSTGRESQL_SECRET={{applications.bigbluebutton.credentials.postgresql_secret}}
|
||||||
FSESL_PASSWORD={{applications.bigbluebutton.fsesl_password}}
|
FSESL_PASSWORD={{applications.bigbluebutton.credentials.fsesl_password}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ STUN_PORT={{ ports.public.stun[application_id] }}
|
|||||||
# TURN SERVER
|
# TURN SERVER
|
||||||
# uncomment and adjust following two lines to add an external TURN server
|
# uncomment and adjust following two lines to add an external TURN server
|
||||||
TURN_SERVER=turns:{{domains[application_id]}}:{{ ports.public.turn[application_id] }}?transport=tcp
|
TURN_SERVER=turns:{{domains[application_id]}}:{{ ports.public.turn[application_id] }}?transport=tcp
|
||||||
TURN_SECRET={{applications.bigbluebutton.turn_secret}}
|
TURN_SECRET={{applications.bigbluebutton.credentials.turn_secret}}
|
||||||
|
|
||||||
# Allowed SIP IPs
|
# Allowed SIP IPs
|
||||||
# due to high traffic caused by bots, by default the SIP port is blocked.
|
# due to high traffic caused by bots, by default the SIP port is blocked.
|
||||||
|
@ -53,7 +53,7 @@ ENABLE_TELEMETRY = True
|
|||||||
ENABLE_OPENID="True"
|
ENABLE_OPENID="True"
|
||||||
OPENID_URL="{{oidc.client.authorize_url}}"
|
OPENID_URL="{{oidc.client.authorize_url}}"
|
||||||
OPENID_USER_URL="{{oidc.client.user_info_url}}"
|
OPENID_USER_URL="{{oidc.client.user_info_url}}"
|
||||||
OPENID_TOKEN_URL="{{oidc.client.torken_url}}"
|
OPENID_TOKEN_URL="{{oidc.client.token_url}}"
|
||||||
OPENID_CLIENT_ID="{{oidc.client.id}}"
|
OPENID_CLIENT_ID="{{oidc.client.id}}"
|
||||||
OPENID_CLIENT_SECRET="{{oidc.client.secret}}"
|
OPENID_CLIENT_SECRET="{{oidc.client.secret}}"
|
||||||
OPENID_NAME="SSO"
|
OPENID_NAME="SSO"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user