From ba90751a74b7909d9343c0026a55bd4529e2d3db Mon Sep 17 00:00:00 2001 From: ndrg13 <72130242+ndrg13@users.noreply.github.com> Date: Thu, 5 Nov 2020 19:24:11 +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 f5629ba..9336f82 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,14 +17,14 @@ executors: username: $DOCKERHUB_LOGIN password: $DOCKERHUB_PASSWORD environment: - DATABASE_URL: "postgres://postgres@localhost:5432/psdb" + DATABASE_URL: "postgres://postgres@localhost:5432/postgres" JWT_SECRET: string API_PORT: 3000 API_HOST: localhost API_PROTOCOL: http POSTGRES_USER: postgres POSTGRES_PASSWORD: password - POSTGRES_DB: psdb + POSTGRES_DB: postgres jobs: build: executor: node-executor