From 24d4e71576661657902e2c2dd63e3d6695035185 Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Thu, 5 Nov 2020 18:38:21 +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 3928ae7..d9f5efd 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