change(configs): use pgcli instead of psql command
This commit is contained in:
parent
a589fbe399
commit
1ea55a68c2
@ -24,4 +24,4 @@ windows:
|
|||||||
- database:
|
- database:
|
||||||
root: ./api
|
root: ./api
|
||||||
panes:
|
panes:
|
||||||
- docker container exec -it test-db psql -U postgres citadel
|
- pgcli postgres://postgres:test@localhost:5432/citadel
|
||||||
|
Loading…
Reference in New Issue
Block a user