Skip to content

Commit

Permalink
fix: support mariadb from fresh install (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches authored Nov 29, 2024
1 parent 19a849d commit af31f62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<server name="APP_MAINTENANCE_DRIVER" value="file"/>
<server name="BCRYPT_ROUNDS" value="4"/>
<server name="CACHE_STORE" value="array"/>
<server name="DB_CONNECTION" value="mysql"/>
<server name="DB_CONNECTION" value="mariadb"/>
<server name="DB_DATABASE" value="leafapp_test"/>
<server name="MAIL_MAILER" value="array"/>
<server name="QUEUE_CONNECTION" value="sync"/>
Expand Down

0 comments on commit af31f62

Please sign in to comment.