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