Update readme to connect to the dev DB

This commit is contained in:
Lucas BEE 2017-02-19 11:45:34 +00:00
parent ade3cc5644
commit 9701c9c00f

View File

@ -47,13 +47,7 @@ yarn start
## Connect to the database ## Connect to the database
``` ```
docker run -it --rm --link canape_postgresql_dev:postgres postgres:9.5 psql -h postgres -U test docker run -it --rm -e PGPASSWORD=test --link canape_postgresql_dev:postgres postgres:9.5 psql -h postgres -U test -d dev
```
You'll need to connect to the dev database with this command:
```
\c dev
``` ```
## Default users ## Default users