소스 검색

Update sliding sync doc for external DB users

* fixes #2586
pull/2588/head
Justin Croonenberghs 3 년 전
committed by GitHub
부모
커밋
39f53e81d0
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      docs/configuring-playbook-sliding-sync-proxy.md

+ 11
- 0
docs/configuring-playbook-sliding-sync-proxy.md 파일 보기

@@ -40,6 +40,17 @@ matrix_sliding_sync_enabled: true


After potentially [adjusting DNS records](#adjusting-dns-records) and configuring the playbook, run the [installation](installing.md) command again: `just install-all`. After potentially [adjusting DNS records](#adjusting-dns-records) and configuring the playbook, run the [installation](installing.md) command again: `just install-all`.


### External databases

Please note that, if your setup utilizes an external database, you must also establish configuration for the sliding sync proxy. Alter the defaults below to suit your configuration:

```yaml
matrix_sliding_sync_database_username: 'matrix_sliding_sync'
matrix_sliding_sync_database_password: ''
matrix_sliding_sync_database_hostname: ''
matrix_sliding_sync_database_port: 5432
matrix_sliding_sync_database_name: 'matrix_sliding_sync'
```


## Usage ## Usage




불러오는 중...
취소
저장