瀏覽代碼

Fix typo (matrix_telegram_facebook_postgres_hostname -> matrix_mautrix_telegram_postgres_hostname)

Related to 9bf8ce878e.
pull/740/head
Slavi Pantaleev 5 年之前
父節點
當前提交
6a2dd8088c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers 查看文件

@@ -978,7 +978,7 @@ matrix_postgres_additional_databases: |
'name': matrix_mautrix_telegram_postgres_db_name,
'username': matrix_mautrix_telegram_postgres_username,
'password': matrix_mautrix_telegram_postgres_password,
}] if (matrix_mautrix_telegram_enabled and matrix_mautrix_telegram_database_engine == 'postgres' and matrix_telegram_facebook_postgres_hostname == 'matrix-postgres') else [])
}] if (matrix_mautrix_telegram_enabled and matrix_mautrix_telegram_database_engine == 'postgres' and matrix_mautrix_telegram_postgres_hostname == 'matrix-postgres') else [])
+ ([{
'name': matrix_mautrix_whatsapp_postgres_db_name,
'username': matrix_mautrix_whatsapp_postgres_username,


Loading…
取消
儲存