This commit is contained in:
2022-06-13 21:36:52 -04:00
parent 3580738273
commit 42a97bb074
100 changed files with 2574 additions and 313 deletions

View File

@ -4,6 +4,7 @@ return [
$arr = [
'default' => (object) [
'engine' => 'mysql',
'driver' => 'pdo_mysql',
'host' => (object) [
'name' => $_ENV['MYSQL_HOST'] ?? 'db'
],