From 3324257e35d4addcf293d600efecb134c0702a03 Mon Sep 17 00:00:00 2001 From: Sijmen Schoon Date: Tue, 15 Nov 2016 15:26:21 +0100 Subject: [PATCH] Add last bit of configuration documentation. Fixes #7 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0efda94..1864e4b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,12 @@ Copy asconfig.yaml.example to asconfig.yaml, then fill in the fields: * `as_token`: `token.as` from telematrix config. * `hs_token`: `token.hs` from telematrix config. -The rest of the config can be left as is. +The rest of the config can be left as is. Finally, add a relative path to this config file in the Synapse's homeserver.yaml: + +```yaml +app_service_config_files: + - "../telematrix/asconfig.yaml" +``` ## Contributions