diff --git a/.circleci/config.yml b/.circleci/config.yml index 02e74e4..c84b1e2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,14 +44,14 @@ jobs: e2e: docker: - image: cimg/node:14.10.1 - environment: + environment: DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb JWT_SECRET: keke API_PORT: 3000 API_HOST: localhost API_PROTOCOL: http -image: circleci/postgres:9.6.2-alpine - environment: + environment: POSTGRE_USER: keke POSTGRE_DB: mydb POSTGRE_PASSWORD:keke