Skip to content

Commit

Permalink
CircleCI: use postgres user
Browse files Browse the repository at this point in the history
"root" is not available anymore?!

Ref: https://circleci.com/gh/lock8/pinax-stripe/1256
  • Loading branch information
blueyed committed Sep 13, 2018
1 parent 27a3e31 commit 4263031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
environment:
- TOXENV=py36-dj20-postgres
- PINAX_STRIPE_DATABASE_HOST=127.0.0.1
- PINAX_STRIPE_DATABASE_USER=root
- PINAX_STRIPE_DATABASE_USER=postgres
- PINAX_STRIPE_DATABASE_NAME=circle_test
- image: circleci/postgres:9.6-alpine
release:
Expand Down

0 comments on commit 4263031

Please sign in to comment.