Add last bit of configuration documentation.

Fixes #7
This commit is contained in:
Sijmen Schoon 2016-11-15 15:26:21 +01:00
parent 354b44a07e
commit 3324257e35

View File

@ -41,7 +41,12 @@ Copy asconfig.yaml.example to asconfig.yaml, then fill in the fields:
* `as_token`: `token.as` from telematrix config. * `as_token`: `token.as` from telematrix config.
* `hs_token`: `token.hs` 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 ## Contributions