Add support for using a pre-configured Macaroon secret key

This commit is contained in:
Slavi Pantaleev
2017-10-24 15:29:19 +09:00
parent dd5cabf658
commit 57e4f12ad3
2 changed files with 13 additions and 0 deletions

View File

@ -43,6 +43,10 @@ docker_nginx_image: "nginx:1.13.5-alpine"
docker_riot_image: "silviof/matrix-riot-docker:latest"
docker_s3fs_image: "xueshanf/s3fs:latest"
# To avoid Synapse's macaroon secret key from changing every time
# a new config is built from scratch, you can specify one here.
matrix_synapse_macaroon_secret_key: null
# UDP port-range to use for TURN
matrix_coturn_turn_udp_min_port: 49152
matrix_coturn_turn_udp_max_port: 49172