learning-center/config/config.php
2024-09-08 13:48:26 +03:00

10 lines
178 B
PHP

<?php
declare(strict_types=1);
return [
'app_env' => getenv('APP_ENV'),
'app_name' => getenv('APP_NAME'),
'user' => include __DIR__ . '/../app/User/config.php',
];