From fceacecb7a459a95666e02fa187953d870d9456e Mon Sep 17 00:00:00 2001 From: Adrien-Ba <45963338+Adrien-Ba@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:15:12 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 81a90a6..bc8c186 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,7 +68,7 @@ jobs: username: adrienba password: $MYDOCKERHUB_PASSWORD environment: - DATABASE_URL: postgres://$POSTGRES_USER:$POSTGRES_DB@localhost:5432/psdb + DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres - image: circleci/postgres:9.6.5-alpine-ram auth: username: adrienba @@ -76,6 +76,7 @@ jobs: environment: POSTGRES_USER: postgres POSTGRES_DB: postgres + POSTGRES_PASSWORD: postgres steps: - checkout - restore_cache: