7
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-03-09 07:10:05 +00:00

Merge pull request from CodingAnonymous/master

Note about the max length of the postgres password
This commit is contained in:
Slavi Pantaleev 2020-11-26 09:51:23 +02:00 committed by GitHub
commit 93c485c276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -874,6 +874,7 @@ matrix_postgres_enabled: true
matrix_postgres_connection_hostname: "matrix-postgres" matrix_postgres_connection_hostname: "matrix-postgres"
matrix_postgres_connection_username: "synapse" matrix_postgres_connection_username: "synapse"
# Please note that the max length of the password is 99 characters
matrix_postgres_connection_password: "synapse-password" matrix_postgres_connection_password: "synapse-password"
matrix_postgres_db_name: "homeserver" matrix_postgres_db_name: "homeserver"