From e95eee10bbefdd45b882290aaf5761cae0813a18 Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Mon, 2 Nov 2020 12:10:16 +0100 Subject: [PATCH] change url database --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ed54e2..6938a86 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: docker: - image: 'circleci/node:12' environment: - DATABASE_URL: postgresql://root@localhost/circle_test + DATABASE_URL: postgresql://psqluser:psqlpassword@localhost:5432/psdb JWT_SECRET: something API_PORT: 3000 API_HOST: localhost