fix: config path
This commit is contained in:
parent
8e94b3d942
commit
6801eff85d
@ -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
|
||||
|
||||
|
1
manifests/common/turn.yaml
Normal file
1
manifests/common/turn.yaml
Normal file
@ -0,0 +1 @@
|
||||
# https://element-hq.github.io/synapse/latest/setup/turn/coturn.html
|
Loading…
Reference in New Issue
Block a user