Procházet zdrojové kódy

Update CHANGELOG.md

propose explicit showing single quotes around the password, since I forgot to put them there.
pull/819/head
T. Küchel před 5 roky
committed by GitHub
rodič
revize
67fab21d7e
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      CHANGELOG.md

+ 1
- 1
CHANGELOG.md Zobrazit soubor

@@ -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: 3. Update your playbook's `inventory/host_vars/matrix.DOMAIN/vars.yml` file, adding a line like this:
```yaml ```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. .. where `YOUR_POSTGRES_PASSWORD_HERE` is to be replaced with the password you generated during step #2.


Načítá se…
Zrušit
Uložit