Browse Source

👷

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

2
.circleci/config.yml

@ -26,7 +26,7 @@ jobs:
- -
environment: environment:
CONDUIT_SECRET: something-really-secret CONDUIT_SECRET: something-really-secret
DATABASE_URL: "postgresql://denis:denis@localhost:5432/denis"
DATABASE_URL: "postgresql://denis:denis@localhost:5432/postgres"
FLASK_APP: autoapp.py FLASK_APP: autoapp.py
FLASK_DEBUG: 1 FLASK_DEBUG: 1
image: "circleci/python:latest" image: "circleci/python:latest"

Loading…
Cancel
Save