From 354b44a07e7ba37672210f8d8bc9a8dbf66a48a9 Mon Sep 17 00:00:00 2001 From: Sijmen Schoon Date: Tue, 15 Nov 2016 10:12:30 +0100 Subject: [PATCH] Add asconfig explanation to README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9159eea..0efda94 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,13 @@ First, copy config.json.example to config.json. Then fill in the fields: **Synapse configuration** -*TODO* +Copy asconfig.yaml.example to asconfig.yaml, then fill in the fields: + +* `url`: The host and port of telematrix. Most likely `http://localhost:5000`. +* `as_token`: `token.as` from telematrix config. +* `hs_token`: `token.hs` from telematrix config. + +The rest of the config can be left as is. ## Contributions