소스 검색

Removed uneeded placeholder db password

pull/3047/head
Michael Hollister 2 년 전
부모
커밋
8b102c9e2e
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -1
      docs/configuring-playbook-matrix-media-repo.md
  2. +1
    -1
      roles/custom/matrix-media-repo/defaults/main.yml

+ 0
- 1
docs/configuring-playbook-matrix-media-repo.md 파일 보기

@@ -18,7 +18,6 @@ Add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.

```yaml
matrix_media_repo_enabled: true
matrix_media_repo_database_password: "your_password"

# (optional) Turned off by default
# matrix_media_repo_metrics_enabled: true


+ 1
- 1
roles/custom/matrix-media-repo/defaults/main.yml 파일 보기

@@ -124,7 +124,7 @@ matrix_media_repo_federation_ignored_hosts: []
# Do NOT put your homeserver's existing database credentials here. Create a new database and
# user instead. Using the same server is fine, just not the same username and database.
matrix_media_repo_database_username: "matrix_media_repo"
matrix_media_repo_database_password: "your_password"
matrix_media_repo_database_password: ""
matrix_media_repo_database_hostname: "{{ devture_postgres_identifier }}"
matrix_media_repo_database_port: 5432
matrix_media_repo_database_name: "matrix_media_repo"


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