Gautier couture 5 years ago
parent
commit
4ff96ce584
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -24,7 +24,7 @@ jobs:
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb
FLASK_APP: autoapp.py FLASK_APP: autoapp.py
CONDUIT_SECRET: 'something-really-secret' CONDUIT_SECRET: 'something-really-secret'
FLASK_DEBUG: 1
FLASK_DEBUG: 0
- image: circleci/postgres:9.6.2-alpine - image: circleci/postgres:9.6.2-alpine
environment: environment:
POSTGRES_USER: myUsr POSTGRES_USER: myUsr

Loading…
Cancel
Save