From 11f5007db1d484108dc5f5dbdcb4b83dd1171cec Mon Sep 17 00:00:00 2001 From: NicolasLepinette <55684429+NicolasLepinette@users.noreply.github.com> Date: Thu, 5 Nov 2020 19:18:20 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5071c4d..2173623 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,12 +39,12 @@ jobs: bdd: docker: - image: 'circleci/node:12' - environment: - DATABASE_URL: postgres://psqluser:psqlpassword@localhost:5432/psdb - JWT_SECRET: bla bla - API_PORT: 3000 - API_HOST: localhost - API_PROTOCOL: http + environment: + DATABASE_URL: postgres://psqluser:psqlpassword@localhost:5432/psdb + JWT_SECRET: bla bla + API_PORT: 3000 + API_HOST: localhost + API_PROTOCOL: http - image: 'circleci/postgres:9.6.2-alpine' environment: POSTGRES_USER: psqluser