diff --git a/.circleci/config.yml b/.circleci/config.yml index e31eba1..c1f60a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -80,7 +80,7 @@ jobs: environment: CONDUIT_SECRET: 'something-really-secret' FLASK_APP: /home/circleci/repo/autoapp.py - DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/myUsr + DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/bdtest FLASK_DEBUG: 1 POSTGRES_USER: postgres POSTGRES_DB: bdtest @@ -96,7 +96,7 @@ jobs: CONDUIT_SECRET: 'something-really-secret' FLASK_APP: /home/circleci/repo/autoapp.py FLASK_DEBUG: 1 - DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/myUsr + DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/bdtest - save_cache: paths: