Skip to content

Commit

Permalink
Setting up MySql & Posgres for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed Feb 22, 2024
1 parent e2ea2f3 commit ffd37db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@

<php>

<var name="Rotexsoft_SqlSchema_Setup_MysqlSetup__dsn" value="mysql:host=localhost" />
<var name="Rotexsoft_SqlSchema_Setup_MysqlSetup__dsn" value="mysql:host=127.0.0.1" />
<var name="Rotexsoft_SqlSchema_Setup_MysqlSetup__username" value="root" />
<var name="Rotexsoft_SqlSchema_Setup_MysqlSetup__password" value="root" />

<var name="Rotexsoft_SqlSchema_Setup_PgsqlSetup__dsn" value="pgsql:host=localhost" />
<var name="Rotexsoft_SqlSchema_Setup_PgsqlSetup__dsn" value="pgsql:host=127.0.0.1" />
<var name="Rotexsoft_SqlSchema_Setup_PgsqlSetup__username" value="postgres" />
<var name="Rotexsoft_SqlSchema_Setup_PgsqlSetup__password" value="root" />

Expand Down

0 comments on commit ffd37db

Please sign in to comment.