|
|
@ -34,7 +34,7 @@ executors: |
|
|
- image: circleci/python:3.7.9-stretch |
|
|
- image: circleci/python:3.7.9-stretch |
|
|
environment: |
|
|
environment: |
|
|
CONDUIT_SECRET: "something-really-secret" |
|
|
CONDUIT_SECRET: "something-really-secret" |
|
|
FLASK_APP: /home/circleci/repo/autoapp.py |
|
|
|
|
|
|
|
|
FLASK_APP: autoapp.py |
|
|
FLASK_DEBUG: 1 |
|
|
FLASK_DEBUG: 1 |
|
|
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/myUsr |
|
|
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/myUsr |
|
|
|
|
|
|
|
|
|