From 4815ef7f42c2b1f8b4410af8b7521edf9a3005f9 Mon Sep 17 00:00:00 2001 From: ndrg13 <72130242+ndrg13@users.noreply.github.com> Date: Thu, 5 Nov 2020 23:22:04 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c30415..243fb1d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ executors: password: $DOCKERHUB_PASSWORD environment: DATABASE_URL: "postgres://postgres:$POSTGRES_PASSWORD@localhost:5432/postgres" - JWT_SECRET: string + JWT_SECRET: API_PORT: 3000 API_HOST: localhost API_PROTOCOL: http