Skip to content

Commit

Permalink
Set the DB username for the postgres executor
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Dec 11, 2023
1 parent c6ae12c commit d551e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ executors:
<<: *environment
DB: postgresql
DB_HOST: localhost
DB_USERNAME: root
docker:
- image: *image
- image: jhawthorn/circleci-postgres-fast
Expand Down

0 comments on commit d551e1b

Please sign in to comment.