KheliaNibaruta 6 years ago
parent
commit
589d060d35
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -44,14 +44,14 @@ jobs:
e2e: e2e:
docker: docker:
- image: cimg/node:14.10.1 - image: cimg/node:14.10.1
environment:
environment
DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb
JWT_SECRET: keke JWT_SECRET: keke
API_PORT: 3000 API_PORT: 3000
API_HOST: localhost API_HOST: localhost
API_PROTOCOL: http API_PROTOCOL: http
-image: circleci/postgres:9.6.2-alpine -image: circleci/postgres:9.6.2-alpine
environment:
environment
POSTGRE_USER: keke POSTGRE_USER: keke
POSTGRE_DB: mydb POSTGRE_DB: mydb
POSTGRE_PASSWORD:keke POSTGRE_PASSWORD:keke

Loading…
Cancel
Save