Skip to content

Commit

Permalink
Fix small typo in export DATABASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nenioscio committed Nov 20, 2019
1 parent a95fb68 commit dd46919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer_setup.md
Original file line number Diff line number Diff line change
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 dd46919

Please sign in to comment.