Env settings
This commit is contained in:
@ -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'],
|
||||
|
Reference in New Issue
Block a user