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: ...@@ -37,9 +37,9 @@ And then configure your application to use the database, for example:
```yaml ```yaml
Host: postgres Host: postgres
User: $PG_USER User: $POSTGRES_USER
Password: $PG_PASSWORD Password: $POSTGRES_PASSWORD
Database: $PG_DB Database: $POSTGRES_DB
``` ```
If you're wondering why we used `postgres` for the `Host`, read more at 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