Browse Source

Fix: environment

main
verzelea 6 years ago
parent
commit
e6484f7118
  1. 22
      .circleci/config.yml

22
.circleci/config.yml

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

Loading…
Cancel
Save