diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-06-27 13:52:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 13:52:40 +0100 |
commit | 555b6fa0d534ac897b139ee1e57a651e50e1aec5 (patch) | |
tree | 98e91e8abce6f76b739a3f07095e7b3efe714de5 /docker/conf | |
parent | Docker image: open the non-TLS port by default. (#5568) (diff) | |
download | synapse-555b6fa0d534ac897b139ee1e57a651e50e1aec5.tar.xz |
Docker image: Add a migrate_config mode (#5567)
... to help people escape env var hell
Diffstat (limited to 'docker/conf')
-rw-r--r-- | docker/conf/homeserver.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/conf/homeserver.yaml b/docker/conf/homeserver.yaml index babd5bef9e..b0267b1c60 100644 --- a/docker/conf/homeserver.yaml +++ b/docker/conf/homeserver.yaml @@ -21,7 +21,7 @@ server_name: "{{ SYNAPSE_SERVER_NAME }}" pid_file: /homeserver.pid web_client: False soft_file_limit: 0 -log_config: "/compiled/log.config" +log_config: "{{ SYNAPSE_LOG_CONFIG }}" ## Ports ## |