bump: v1.115.0 #2

Merged
ange merged 8 commits from staging into prod 2024-09-27 00:41:05 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 2a8f3df4eb - Show all commits

View File

@ -48,8 +48,8 @@ export TURN_SHARED_SECRET; TURN_SHARED_SECRET="$(get_synapse_key turn_shared_s
export REGISTRATION_SECRET; REGISTRATION_SECRET="$(get_synapse_key registration_shared_secret)" export REGISTRATION_SECRET; REGISTRATION_SECRET="$(get_synapse_key registration_shared_secret)"
kcreatecm synapse \ kcreatecm synapse \
--from-file=homeserver.yaml=<(envsubst "$(env | xargs printf '$%s ')" < homeserver.yaml) \ --from-file=homeserver.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/homeserver.yaml) \
--from-file=log.config=<(envsubst "$(env | xargs printf '$%s ')" < log.config) --from-file=log.config=<(envsubst "$(env | xargs printf '$%s ')" < config/log.config)
kapply common/keys.yaml common/app.yaml common/delegation.yaml kapply common/keys.yaml common/app.yaml common/delegation.yaml

View File

@ -0,0 +1 @@
# https://element-hq.github.io/synapse/latest/setup/turn/coturn.html