Browse Source

👷

dependabot/pip/requirements/sqlalchemy-1.3.0
denisdalmeida04@gmail.com 6 years ago
parent
commit
af473588e7
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -26,14 +26,14 @@ jobs:
- -
environment: environment:
CONDUIT_SECRET: something-really-secret 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_APP: autoapp.py
FLASK_DEBUG: 1 FLASK_DEBUG: 1
image: "circleci/python:latest" image: "circleci/python:latest"
- -
environment: environment:
POSTGRES_BD: postgres POSTGRES_BD: postgres
POSTGRES_PASSWORD:
POSTGRES_PASSWORD: denis
POSTGRES_USER: denis POSTGRES_USER: denis
image: "circleci/postgres:9.6.9-alpine-ram" image: "circleci/postgres:9.6.9-alpine-ram"
steps: steps:

Loading…
Cancel
Save