From e79cbea0dab4635532cd9f4e2535f9c2867aaf33 Mon Sep 17 00:00:00 2001 From: Gautier couture <2017566295@lacatholille.fr> Date: Mon, 2 Nov 2020 11:58:56 +0100 Subject: [PATCH] fix db 4th time --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e383375..27d2807 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,14 +3,14 @@ version: 2.1 jobs: build: docker: - - image: cimg/node:14.10.1 + - image: 'circleci/node:12' environment: DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb - JWT_SECRET: coucou + JWT_SECRET: some string you want API_PORT: 3000 API_HOST: localhost API_PROTOCOL: http - - image: circleci/postgres:9.6.2-alpine + - image: 'circleci/postgres:9.6.2-alpine' environment: POSTGRES_USER: psqluer POSTGRES_PASSWORD: psqlpassword