ソースを参照

Merge pull request #732 from CodingAnonymous/master

Note about the max length of the postgres password
pull/736/head
Slavi Pantaleev 5年前
committed by GitHub
コミット
93c485c276
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      group_vars/matrix_servers

+ 1
- 0
group_vars/matrix_servers ファイルの表示

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




読み込み中…
キャンセル
保存