Fix typo in env var name

pull/200/head
GustavMauler 2019-12-06 10:23:16 -05:00 committed by GitHub
parent 13bfd31cc1
commit 674bcd6cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ sudo -u postgres psql -c "CREATE ROLE selene WITH LOGIN ENCRYPTED PASSWORD '<pas
* Add environment variables containing these passwords for the bootstrap script
```
export DB_PASSWORD=<selene user password>
export POSTGRES_PASWORD=<postgres user password>
export POSTGRES_PASSWORD=<postgres user password>
```
* Run the bootstrap script
```