🚀 مُصادَق: تحديث برمجي جديد 2026-05-03 13:19
This commit is contained in:
10
config/app.php
Normal file
10
config/app.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'name' => $_ENV['APP_NAME'] ?? 'مُصادَق',
|
||||
'env' => $_ENV['APP_ENV'] ?? 'production',
|
||||
'url' => $_ENV['APP_URL'] ?? 'https://musadeq2.intaleqapp.com',
|
||||
'timezone' => $_ENV['APP_TIMEZONE'] ?? 'Asia/Amman',
|
||||
];
|
||||
Reference in New Issue
Block a user