mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-18 15:50:52 +01:00
parent
6ff7b6a72a
commit
bdd1a87d4d
1 changed files with 2 additions and 0 deletions
|
@ -54,12 +54,14 @@ database:
|
||||||
server_key: "postgresql:///server_keys"
|
server_key: "postgresql:///server_keys"
|
||||||
sync_api: "postgresql:///syn_api"
|
sync_api: "postgresql:///syn_api"
|
||||||
room_server: "postgresql:///room_server"
|
room_server: "postgresql:///room_server"
|
||||||
|
appservice: "postgresql:///appservice"
|
||||||
listen:
|
listen:
|
||||||
room_server: "localhost:7770"
|
room_server: "localhost:7770"
|
||||||
client_api: "localhost:7771"
|
client_api: "localhost:7771"
|
||||||
federation_api: "localhost:7772"
|
federation_api: "localhost:7772"
|
||||||
sync_api: "localhost:7773"
|
sync_api: "localhost:7773"
|
||||||
media_api: "localhost:7774"
|
media_api: "localhost:7774"
|
||||||
|
appservice_api: "localhost:7777"
|
||||||
typing_server: "localhost:7778"
|
typing_server: "localhost:7778"
|
||||||
logging:
|
logging:
|
||||||
- type: "file"
|
- type: "file"
|
||||||
|
|
Loading…
Reference in a new issue