first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'host' => $_ENV['DB_HOST'] ?? '127.0.0.1',
|
||||
'port' => (int)($_ENV['DB_PORT'] ?? 3306),
|
||||
'database' => $_ENV['DB_DATABASE'] ?? '',
|
||||
'username' => $_ENV['DB_USERNAME'] ?? '',
|
||||
'password' => $_ENV['DB_PASSWORD'] ?? '',
|
||||
'charset' => 'utf8mb4',
|
||||
];
|
||||
Reference in New Issue
Block a user