Ver a proveniência
Update CHANGELOG.md
propose explicit showing single quotes around the password, since I forgot to put them there.
pull/819/head
T. Küchel
há 5 anos
committed by
GitHub
ascendente
cometimento
67fab21d7e
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminações
-
CHANGELOG.md
|
|
|
@@ -36,7 +36,7 @@ To migrate to the new setup, expect a few minutes of downtime, while you follow |
|
|
|
|
|
|
|
3. Update your playbook's `inventory/host_vars/matrix.DOMAIN/vars.yml` file, adding a line like this: |
|
|
|
```yaml |
|
|
|
matrix_postgres_connection_password: YOUR_POSTGRES_PASSWORD_HERE |
|
|
|
matrix_postgres_connection_password: 'YOUR_POSTGRES_PASSWORD_HERE' |
|
|
|
``` |
|
|
|
|
|
|
|
.. where `YOUR_POSTGRES_PASSWORD_HERE` is to be replaced with the password you generated during step #2. |
|
|
|
|