Skip to content

Commit

Permalink
adjust the db username for the postgres ci xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mszulik committed Dec 12, 2024
1 parent 215e9e4 commit fb9f029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit-ci-postgres.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<env name="DB_CONNECTION" value="pgsql"/>
<env name="DB_HOST" value="127.0.0.1"/>
<env name="DB_DATABASE" value="protector_test"/>
<env name="DB_USERNAME" value="root"/>
<env name="DB_USERNAME" value="postgres"/>
<env name="DB_PASSWORD" value=""/>
<env name="APP_URL" value="http://protector.invalid"/>
</php>
Expand Down

0 comments on commit fb9f029

Please sign in to comment.