Browse Source

🐛 test heroku-postgre credential

main
guidezSeb 6 years ago
parent
commit
e8a7b64c6c
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -26,15 +26,15 @@ jobs:
docker:
- image: circleci/python:3.9-buster-node-browsers
environment:
DATABASE_URL: postgresql://myUser:myPassword@localhost:5432/my_database_postgres
DATABASE_URL: postgresql://cngamueuzocvcp:094fdb8f3ef645a018e982b2b727a49d9707482be5b6a3b245a95c929cbe5a80@localhost:5432/d8nr5lrrsj8666
FLASK_APP: autoapp.py
CONDUIT_SECRET: 'something-really-secret'
FLASK_DEBUG: 1
- image: circleci/postgres:9.6.2-alpine
environment:
POSTGRES_USER: myUser
POSTGRES_DB: my_database_postgres
POSTGRES_PASSWORD: myPassword
POSTGRES_USER: cngamueuzocvcp
POSTGRES_DB: d8nr5lrrsj8666
POSTGRES_PASSWORD: 094fdb8f3ef645a018e982b2b727a49d9707482be5b6a3b245a95c929cbe5a80
steps:
- checkout
- restore_cache:

Loading…
Cancel
Save