Explorar el Código

Note about the max length of the postgres password

pull/732/head
anonym hace 5 años
committed by GitHub
padre
commit
732f57cbd9
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      group_vars/matrix_servers

+ 1
- 0
group_vars/matrix_servers Ver fichero

@@ -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 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"




Cargando…
Cancelar
Guardar