config psql in circleci config

This commit is contained in:
sorrelbri 2020-02-08 16:10:53 -08:00
parent d29e488354
commit a9dbf359fc

View file

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