Stuff stuff stuff #44

Merged
PouuleT merged 24 commits from update-node into master 2021-08-30 12:59:08 +00:00
Showing only changes of commit 581db826e2 - Show all commits

View File

@ -39,7 +39,7 @@ DB_DSN_DEV="postgres://test:test@127.0.0.1:5432/dev?sslmode=disable" ./dev.sh ba
## Connect to the database ## Connect to the database
```sh ```sh
docker run -it --rm -e PGPASSWORD=test --link canape_postgresql_dev:postgres postgres:13.1 psql -h postgres -U test -d dev ./dev.sh db-shell
``` ```
## Setup the dev users ## Setup the dev users