@ -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"
POSTGRES_BD: postgres
POSTGRES_PASSWORD:
POSTGRES_PASSWORD: denis
POSTGRES_USER: denis
image: "circleci/postgres:9.6.9-alpine-ram"
steps: