33 lines
809 B
Text
33 lines
809 B
Text
|
database:
|
||
|
name: psycopg2
|
||
|
args:
|
||
|
user: synapse
|
||
|
password: # Postgres password set i docker-compose
|
||
|
dbname: synapse
|
||
|
host: postgres-synapse
|
||
|
port: 5432
|
||
|
cp_min: 5
|
||
|
cp_max: 10
|
||
|
|
||
|
|
||
|
# oidc_providers:
|
||
|
# - idp_id: authentik
|
||
|
# idp_name: authentik
|
||
|
# discover: true
|
||
|
# issuer: ""
|
||
|
# client_id: ""
|
||
|
# client_secret: ""
|
||
|
# scopes:
|
||
|
# - "openid"
|
||
|
# - "profile"
|
||
|
# - "email"
|
||
|
# user_mapping_provider:
|
||
|
# config:
|
||
|
# localpart_template: "{{ user.preferred_username }}"
|
||
|
# display_name_template: "{{ user.preferred_username|capitalize }}"
|
||
|
|
||
|
turn_uris: [ "turn:turn.m00.se?transport=udp", "turn:turn.m00.se?transport=tcp" ]
|
||
|
turn_shared_secret: "" # static-auth-secret set in turnserver.conf
|
||
|
turn_user_lifetime: 86400000
|
||
|
turn_allow_guests: true
|