瀏覽代碼

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



Loading…
取消
儲存