Commit b6454d74 authored by Pat Hoffmann's avatar Pat Hoffmann

fix names of environment variables

parent a3fd2829
......@@ -37,9 +37,9 @@ And then configure your application to use the database, for example:
```yaml
Host: postgres
User: $PG_USER
Password: $PG_PASSWORD
Database: $PG_DB
User: $POSTGRES_USER
Password: $POSTGRES_PASSWORD
Database: $POSTGRES_DB
```
If you're wondering why we used `postgres` for the `Host`, read more at
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment