From 64257643ab2cdb84d36bd8a5cd7740f89a1ae5c5 Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:45:41 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d6576a3..b0a35ec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,7 +62,7 @@ jobs: username: $AUTH_DOCKER password: $PSW_DOCKER # context / project UI env-var reference environment: - POSTGRES_URL: postgres://root:test@localhost:5432/test + DATABASE_URL: postgres://root:test@localhost:5432/test - image: circleci/postgres:9.6-alpine auth: