diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-08-13 18:27:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 18:27:19 +0100 |
commit | c1f4faf308169d4008259772d04ce25444996f1e (patch) | |
tree | 7a292e8c6a91e9abcccf3f86306a8a551188ea56 /dendrite-config.yaml | |
parent | 20c8f252a7930e07a113e24acc59964e5e19e708 (diff) |
Fix Docker builds, polylith components (#1269)
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r-- | dendrite-config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml index d1b27c28..e48035b5 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -277,6 +277,8 @@ sync_api: internal_api: listen: http://localhost:7773 connect: http://localhost:7773 + external_api: + listen: http://[::]:8073 database: connection_string: file:syncapi.db max_open_conns: 100 |