Update readme to connect to the dev DB
This commit is contained in:
parent
ade3cc5644
commit
9701c9c00f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user