add relay api database for dendrite

This commit is contained in:
array-in-a-matrix
2023-03-18 03:22:30 -04:00
parent 554915bd74
commit f1c0321a8c
4 changed files with 12 additions and 0 deletions

View File

@ -2741,6 +2741,10 @@ devture_postgres_managed_databases_auto: |
'name': matrix_dendrite_user_api_database,
'username': matrix_dendrite_database_user,
'password': matrix_dendrite_database_password,
},{
'name': matrix_dendrite_relay_api_database,
'username': matrix_dendrite_relay_api_user,
'password': matrix_dendrite_relay_api_password,
},{
'name': matrix_dendrite_push_server_database,
'username': matrix_dendrite_database_user,