From af473588e7385f7ff43e6161cc507f28885a1ac7 Mon Sep 17 00:00:00 2001 From: "denisdalmeida04@gmail.com" Date: Thu, 14 Jan 2021 10:35:57 +0100 Subject: [PATCH] :construction_worker: --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 20ff442..2d914f4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,14 +26,14 @@ jobs: - environment: CONDUIT_SECRET: something-really-secret - DATABASE_URL: "postgresql://denis:denis@localhost:5432/postgres?sslmode=disable" + DATABASE_URL: "postgresql://denis:denis@localhost:5432/denis" FLASK_APP: autoapp.py FLASK_DEBUG: 1 image: "circleci/python:latest" - environment: POSTGRES_BD: postgres - POSTGRES_PASSWORD: + POSTGRES_PASSWORD: denis POSTGRES_USER: denis image: "circleci/postgres:9.6.9-alpine-ram" steps: