From 3312057998739e61b3c85dc812935e0fce5156fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anthony=20Qu=C3=A9r=C3=A9?= <47711333+Anthony-Jhoiro@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:09:39 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5bec1fb..d0d77ea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,7 +74,7 @@ jobs: environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres - DEFAULT_DATABASE: psdb + POSTGRES_DB: psdb steps: