fix: integration tests on dendrite
The relay_api now needs to be configured, see https://github.com/matrix-org/dendrite/pull/3011
This commit is contained in:
parent
a124b55ae6
commit
2c09a154a9
|
|
@ -278,6 +278,9 @@ room_server:
|
||||||
database:
|
database:
|
||||||
connection_string: file:room_server.db
|
connection_string: file:room_server.db
|
||||||
|
|
||||||
|
relay_api:
|
||||||
|
database:
|
||||||
|
connection_string: file:relay_api.db
|
||||||
|
|
||||||
# Configuration for the User API.
|
# Configuration for the User API.
|
||||||
user_api:
|
user_api:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue