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:
Nicolas Werner 2023-03-20 13:20:30 +01:00
parent a124b55ae6
commit 2c09a154a9
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -278,6 +278,9 @@ room_server:
database:
connection_string: file:room_server.db
relay_api:
database:
connection_string: file:relay_api.db
# Configuration for the User API.
user_api: