Add support for using a pre-configured Macaroon secret key
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user