Dendrite 0.7.0
This commit is contained in:
		| @@ -1592,15 +1592,11 @@ matrix_postgres_additional_databases: | | ||||
|     }] if (matrix_synapse_enabled and matrix_synapse_database_database != matrix_postgres_db_name and matrix_synapse_database_host == 'matrix-postgres') else []) | ||||
|     + | ||||
|     ([{ | ||||
|       'name': matrix_dendrite_naffka_database, | ||||
|       'username': matrix_dendrite_database_user, | ||||
|       'password': matrix_dendrite_database_password, | ||||
|     },{ | ||||
|       'name': matrix_dendrite_appservice_database, | ||||
|       'username': matrix_dendrite_database_user, | ||||
|       'password': matrix_dendrite_database_password, | ||||
|     },{ | ||||
|       'name': matrix_dendrite_federationsender_database, | ||||
|       'name': matrix_dendrite_federationapi_database, | ||||
|       'username': matrix_dendrite_database_user, | ||||
|       'password': matrix_dendrite_database_password, | ||||
|     },{ | ||||
| @@ -1615,20 +1611,16 @@ matrix_postgres_additional_databases: | | ||||
|       'name': matrix_dendrite_room_database, | ||||
|       'username': matrix_dendrite_database_user, | ||||
|       'password': matrix_dendrite_database_password, | ||||
|     },{ | ||||
|       'name': matrix_dendrite_singingkeyserver_database, | ||||
|       'username': matrix_dendrite_database_user, | ||||
|       'password': matrix_dendrite_database_password, | ||||
|     },{ | ||||
|       'name': matrix_dendrite_syncapi_database, | ||||
|       'username': matrix_dendrite_database_user, | ||||
|       'password': matrix_dendrite_database_password, | ||||
|     },{ | ||||
|       'name': matrix_dendrite_account_database, | ||||
|       'name': matrix_dendrite_userapi_database, | ||||
|       'username': matrix_dendrite_database_user, | ||||
|       'password': matrix_dendrite_database_password, | ||||
|     },{ | ||||
|       'name': matrix_dendrite_device_database, | ||||
|       'name': matrix_dendrite_pushserver_database, | ||||
|       'username': matrix_dendrite_database_user, | ||||
|       'password': matrix_dendrite_database_password, | ||||
|     },{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user