fix: Use direct values in Synapse config (env vars not interpolated)
This commit is contained in:
@@ -12,7 +12,7 @@ database:
|
|||||||
name: psycopg2
|
name: psycopg2
|
||||||
args:
|
args:
|
||||||
user: synapse
|
user: synapse
|
||||||
password: "${SYNAPSE_DB_PASSWORD}"
|
password: "synapse_daarion_2024"
|
||||||
database: synapse
|
database: synapse
|
||||||
host: dagi-postgres
|
host: dagi-postgres
|
||||||
port: 5432
|
port: 5432
|
||||||
@@ -32,7 +32,7 @@ listeners:
|
|||||||
|
|
||||||
# Registration
|
# Registration
|
||||||
enable_registration: false
|
enable_registration: false
|
||||||
registration_shared_secret: "${SYNAPSE_REGISTRATION_SECRET}"
|
registration_shared_secret: "daarion_reg_secret_2024"
|
||||||
|
|
||||||
# Allow registration via DAARION Auth
|
# Allow registration via DAARION Auth
|
||||||
enable_registration_without_verification: false
|
enable_registration_without_verification: false
|
||||||
@@ -90,7 +90,7 @@ enable_metrics: true
|
|||||||
turn_uris:
|
turn_uris:
|
||||||
- "turn:turn.daarion.space:3478?transport=udp"
|
- "turn:turn.daarion.space:3478?transport=udp"
|
||||||
- "turn:turn.daarion.space:3478?transport=tcp"
|
- "turn:turn.daarion.space:3478?transport=tcp"
|
||||||
turn_shared_secret: "${TURN_SHARED_SECRET}"
|
turn_shared_secret: "daarion_turn_2024"
|
||||||
turn_user_lifetime: 86400000
|
turn_user_lifetime: 86400000
|
||||||
turn_allow_guests: false
|
turn_allow_guests: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user