🚀 مُصادَق: تحديث برمجي جديد 2026-05-03 13:19
This commit is contained in:
12
config/database.php
Normal file
12
config/database.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'host' => $_ENV['DB_HOST'] ?? '127.0.0.1',
|
||||
'port' => $_ENV['DB_PORT'] ?? '3306',
|
||||
'database' => $_ENV['DB_DATABASE'] ?? 'musadaq_db',
|
||||
'username' => $_ENV['DB_USERNAME'] ?? 'musadaq_user',
|
||||
'password' => $_ENV['DB_PASSWORD'] ?? '',
|
||||
'charset' => $_ENV['DB_CHARSET'] ?? 'utf8mb4',
|
||||
];
|
||||
Reference in New Issue
Block a user