config psql in circleci config
This commit is contained in:
parent
d29e488354
commit
a9dbf359fc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
|||
# specify the version you desire here
|
||||
- image: circleci/node:12.6
|
||||
environment:
|
||||
DATABASE_URL: postgresql://root@localhost/circle_test
|
||||
DATABASE_URL: postgresql://root@localhost/circlecitest
|
||||
|
||||
# Service container image
|
||||
- image: circleci/postgres:11.4
|
||||
|
|
Loading…
Reference in a new issue