From e3c95175461367de49e041c2be00914d065d6e16 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Wed, 4 Nov 2020 18:19:52 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 34c259d..01537a9 100644 --- a/.circleci/config.yml +++ b/.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