change(configs): use pgcli instead of psql command

This commit is contained in:
Jordan Knott 2020-06-23 17:17:39 -05:00
parent a589fbe399
commit 1ea55a68c2

View File

@ -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