From a0ea418baacb8dc4df2f4201e9b8a7136a8e7141 Mon Sep 17 00:00:00 2001 From: Gianni GIUDICE Date: Tue, 12 Jan 2021 16:24:15 +0100 Subject: [PATCH] :green_heart: Correction identifiants postgres --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ec7bd8..54f2dcc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: docker: - image: circleci/python:3.9-buster-node-browsers environment: - DATABASE_URL: postgresql://gianni:gianni@localhost:5432/database + DATABASE_URL: postgresql://gianni:gianni@localhost:5432/postgres CONDUIT_SECRET: 'something-really-secret' FLASK_APP: autoapp.py FLASK_DEBUG: 1 @@ -29,7 +29,7 @@ jobs: environment: POSTGRES_USER: gianni POSTGRES_PASSWORD: gianni - POSTGRES_BD: database + POSTGRES_BD: postgres steps: - checkout - restore_cache: