From aea2cc7959bf7b99c563d424d528af046d84ecf5 Mon Sep 17 00:00:00 2001 From: Julien Dudek Date: Mon, 2 Nov 2020 19:41:36 +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 e72e38c..01d6036 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,7 +64,7 @@ jobs: - run: command: yarn test:e2e environment: - DATABASE_URL: postgres://$PG_USER:$PG_PASSWORD@localhost:5432/$PG_DB + DATABASE_URL: postgres://julien_dudek:unpass@localhost:5432/testdb JWT_SECRET: m1iii API_PORT: 3000 API_HOST: localhost