Ver a proveniência
Merge pull request #732 from CodingAnonymous/master
Note about the max length of the postgres password
pull/736/head
Slavi Pantaleev
há 5 anos
committed by
GitHub
ascendente
cometimento
93c485c276
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
0 eliminações
-
group_vars/matrix_servers
|
|
|
@@ -874,6 +874,7 @@ matrix_postgres_enabled: true |
|
|
|
|
|
|
|
matrix_postgres_connection_hostname: "matrix-postgres" |
|
|
|
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_db_name: "homeserver" |
|
|
|
|
|
|
|
|