Commit 92a6db87 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'fightling-master-patch-53303' into 'master'

Docs: Fix names of environment variables

See merge request gitlab-org/gitlab!72307
parents 7dc4eb6c b6454d74
......@@ -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