fix: config path

This commit is contained in:
ange 2024-05-15 23:47:04 +02:00
parent 8e94b3d942
commit 6801eff85d
2 changed files with 3 additions and 2 deletions

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)"
kcreatecm synapse \
--from-file=homeserver.yaml=<(envsubst "$(env | xargs printf '$%s ')" < homeserver.yaml) \
--from-file=log.config=<(envsubst "$(env | xargs printf '$%s ')" < log.config)
--from-file=homeserver.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/homeserver.yaml) \
--from-file=log.config=<(envsubst "$(env | xargs printf '$%s ')" < config/log.config)
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