Skip to content

Commit

Permalink
Merge pull request ManageIQ#385 from nenioscio/patch-1
Browse files Browse the repository at this point in the history
Fix small typo in export DATABASE_URL
  • Loading branch information
Martin Povolny committed Nov 22, 2019
2 parents 26cf5e1 + dd46919 commit 5e3d09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer_setup.md
Expand Up @@ -163,7 +163,7 @@ CentOS 7 requires the `rh-postgresql10` SCL environment in order to compile the
If you've run PostgreSQL in a container, be sure to export the `DATABASE_URL` variable to connect to the container over TCP instead of a UNIX file socket.

```bash
export DATABASE_URL='posgresql://localhost:5432' # optional, only necessary if PostgreSQL is running in a container
export DATABASE_URL='postgresql://localhost:5432' # optional, only necessary if PostgreSQL is running in a container
```

---
Expand Down

0 comments on commit 5e3d09e

Please sign in to comment.