Skip to content

Commit

Permalink
Merge pull request #526 from matrix-org/babolivier/dendrite-config
Browse files Browse the repository at this point in the history
Update configuration to match the requirements of the latest versions of Dendrite
  • Loading branch information
babolivier authored Nov 13, 2018
2 parents 2aa4b99 + c8e268e commit 3947f76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/SyTest/Homeserver/Dendrite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,15 @@ sub _get_config
output_room_event => 'roomserverOutput',
output_client_data => 'clientapiOutput',
user_updates => 'userUpdates',
output_typing_event => 'typingServerOutput',
user_updates => 'userUpdates',
},
},

database => {
map { $_ => $db_uri } qw(
account device media_api sync_api room_server server_key
federation_sender public_rooms_api naffka
federation_sender public_rooms_api naffka appservice
),
},
);
Expand Down

0 comments on commit 3947f76

Please sign in to comment.