diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-05-14 14:05:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 14:05:14 +0100 |
commit | 8adc128225127f6e600e12987dd4767cbb681703 (patch) | |
tree | 46daa515b962b014f6eba3415adc507c97745cb0 /dendrite-config.yaml | |
parent | 9ed68a3125d9024f52bf89810abf3b203f4b25b7 (diff) |
Keyserver skeleton (#1032)
* Keyserver skeleton
* Indentation
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r-- | dendrite-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml index 536b0f42..2616d74d 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -137,6 +137,7 @@ listen: federation_sender: "localhost:7776" appservice_api: "localhost:7777" edu_server: "localhost:7778" + key_server: "localhost:7779" # The configuration for tracing the dendrite components. tracing: |