@ -41,14 +41,14 @@ jobs:
docker:
- image: cimg/node:12.18.4
environment:
DATABASE_URL: postgres://psqluser:password@localhost:5432/psdb
DATABASE_URL: postgres://louis_dutoit:password@localhost:5432/psdb
JWT_SECRET: some string
API_HOST: localhost
API_PROTOCOL: http
API_PORT: 3000
- image: circleci/postgres:9.6.2-alpine
POSTGRES_USER: psqluser
POSTGRES_USER: louis_dutoit
POSTGRES_DB: psdb
POSTGRES_PASSWORD: password
steps: