Env settings

This commit is contained in:
2021-06-14 17:49:21 -04:00
parent ee37338be4
commit 670d73be38
3 changed files with 20 additions and 6 deletions

View File

@ -1,7 +1,9 @@
<?php
include_once dirname(__DIR__) . '/bootstrap/dotenv.php';
return [
'mysql' => [
'host' => 'localhost',
'host' => $_ENV['MYSQL_HOST'],
//'port' => 3306,
'database' => $_ENV['MYSQL_DATABASE'],
'username' => $_ENV['MYSQL_USER'],