diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-07-19 07:04:06 +0100 |
---|---|---|
committer | Alex Chen <Cnly@users.noreply.github.com> | 2019-07-19 14:04:06 +0800 |
commit | bdd1a87d4ddab4b937049f55ef9ceda943cff218 (patch) | |
tree | 31080a2adf001feb236756f71ec5ce8ad20cd099 /common | |
parent | 6ff7b6a72a39786854bcd3107d94adba7e8b7cb0 (diff) |
Add appservice API to config unit test (#744)
Fixes #558
Diffstat (limited to 'common')
-rw-r--r-- | common/config/config_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/config/config_test.go b/common/config/config_test.go index acc4dbd1..110c8b84 100644 --- a/common/config/config_test.go +++ b/common/config/config_test.go @@ -54,12 +54,14 @@ database: server_key: "postgresql:///server_keys" sync_api: "postgresql:///syn_api" room_server: "postgresql:///room_server" + appservice: "postgresql:///appservice" listen: room_server: "localhost:7770" client_api: "localhost:7771" federation_api: "localhost:7772" sync_api: "localhost:7773" media_api: "localhost:7774" + appservice_api: "localhost:7777" typing_server: "localhost:7778" logging: - type: "file" |