Browse Source

Update config.yml

main
Francois Lannoy 6 years ago
parent
commit
e3c9517546
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -46,14 +46,14 @@ jobs:
e2e:
docker:
- image: cimg/node:12.18
environment:
environment:
DATABASE_URL: "postgres://e2e:test@localhost:5432/psdb"
API_PORT: 3000
API_HOST: localhost
API_PROTOCOL: http
JWT_SECRET: yeet
- image: circleci/postgres:9.6.2-alpine
environment:
environment:
POSTGRES_USER: e2e
POSTGRES_DB: psdb
POSTGRES_PASSWORD: test

Loading…
Cancel
Save