Quellcode durchsuchen

Merge pull request #732 from CodingAnonymous/master

Note about the max length of the postgres password
pull/736/head
Slavi Pantaleev vor 5 Jahren
committed by GitHub
Ursprung
Commit
93c485c276
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      group_vars/matrix_servers

+ 1
- 0
group_vars/matrix_servers Datei anzeigen

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



Laden…
Abbrechen
Speichern