From a9c18596e508778e8010cce63f25bd489445690b Mon Sep 17 00:00:00 2001 From: Julien Dudek Date: Sat, 9 Jan 2021 14:37:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20change=20db=20for=20test=20in=20?= =?UTF-8?q?CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e31eba1..c1f60a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -80,7 +80,7 @@ jobs: environment: CONDUIT_SECRET: 'something-really-secret' FLASK_APP: /home/circleci/repo/autoapp.py - DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/myUsr + DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/bdtest FLASK_DEBUG: 1 POSTGRES_USER: postgres POSTGRES_DB: bdtest @@ -96,7 +96,7 @@ jobs: CONDUIT_SECRET: 'something-really-secret' FLASK_APP: /home/circleci/repo/autoapp.py FLASK_DEBUG: 1 - DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/myUsr + DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/bdtest - save_cache: paths: