From 0b4bc0c0cd3f1fcbd304108f30689e7fd026b49c Mon Sep 17 00:00:00 2001 From: Tristan Date: Thu, 5 Nov 2020 13:46:49 +0100 Subject: [PATCH] Q5 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b9c828..d088ff5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: docker: - image: 'circleci/node:12' environment: - DATABASE_URL: 'postgres://psqluer:psqlpassword@localhost:5432/psdb' + DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb JWT_SECRET: some string yo want API_PORT: 3000 API_HOST: localhost