From e8a7b64c6ce41d29a14c145358567c4a51bc1e52 Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Sun, 17 Jan 2021 18:57:56 +0100 Subject: [PATCH] :bug: test heroku-postgre credential --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ac1085a..7d1046b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,15 +26,15 @@ jobs: docker: - image: circleci/python:3.9-buster-node-browsers environment: - DATABASE_URL: postgresql://myUser:myPassword@localhost:5432/my_database_postgres + DATABASE_URL: postgresql://cngamueuzocvcp:094fdb8f3ef645a018e982b2b727a49d9707482be5b6a3b245a95c929cbe5a80@localhost:5432/d8nr5lrrsj8666 FLASK_APP: autoapp.py CONDUIT_SECRET: 'something-really-secret' FLASK_DEBUG: 1 - image: circleci/postgres:9.6.2-alpine environment: - POSTGRES_USER: myUser - POSTGRES_DB: my_database_postgres - POSTGRES_PASSWORD: myPassword + POSTGRES_USER: cngamueuzocvcp + POSTGRES_DB: d8nr5lrrsj8666 + POSTGRES_PASSWORD: 094fdb8f3ef645a018e982b2b727a49d9707482be5b6a3b245a95c929cbe5a80 steps: - checkout - restore_cache: