From 799a90d175634a17d76b79fe2afb908341c375a2 Mon Sep 17 00:00:00 2001 From: Galimede Date: Mon, 2 Nov 2020 16:21:10 +0100 Subject: [PATCH] correct url? --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6cc68d9..b8d765e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,7 +42,7 @@ jobs: - run: command: yarn test:e2e environment: - DATABASE_URL: postgres://e2e@localhost:5432/psdb + DATABASE_URL: "postgres://e2e@localhost:5432/psdb" API_PORT: 3000 API_HOST: localhost API_PROTOCOL: http