mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 19:55:31 +02:00
Compare commits
No commits in common. "df538033d9bdd245363eafde78e372f60724c03d" and "be3bd18c34588974544e9d6a63b153a0f8db5a4b" have entirely different histories.
df538033d9
...
be3bd18c34
@ -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.credentials.shared_secret}}
|
SHARED_SECRET={{applications.bigbluebutton.shared_secret}}
|
||||||
ETHERPAD_API_KEY={{applications.bigbluebutton.credentials.etherpad_api_key}}
|
ETHERPAD_API_KEY={{applications.bigbluebutton.etherpad_api_key}}
|
||||||
RAILS_SECRET={{applications.bigbluebutton.credentials.rails_secret}}
|
RAILS_SECRET={{applications.bigbluebutton.rails_secret}}
|
||||||
POSTGRESQL_SECRET={{applications.bigbluebutton.credentials.postgresql_secret}}
|
POSTGRESQL_SECRET={{applications.bigbluebutton.postgresql_secret}}
|
||||||
FSESL_PASSWORD={{applications.bigbluebutton.credentials.fsesl_password}}
|
FSESL_PASSWORD={{applications.bigbluebutton.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.credentials.turn_secret}}
|
TURN_SECRET={{applications.bigbluebutton.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.token_url}}"
|
OPENID_TOKEN_URL="{{oidc.client.torken_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