From 67de3dce1243b7621a255ad25af7079468637b4f Mon Sep 17 00:00:00 2001 From: pierre darcas Date: Tue, 3 Nov 2020 16:48:22 +0100 Subject: [PATCH] e2e8 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 51b0ae8..b4d79d1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,7 +41,7 @@ jobs: - image: "circleci/node:12" # the primary container, where your job's commands are run environment: DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb - JWT_SECRET: answer is 42 + JWT_SECRET: Answer is 42 API_PORT: 3000 API_HOST: localhost API_PROTOCOL: http