learning-center/config/config.php

10 lines
178 B
PHP
Raw Permalink Normal View History

2024-09-08 13:48:26 +03:00
<?php
declare(strict_types=1);
return [
'app_env' => getenv('APP_ENV'),
'app_name' => getenv('APP_NAME'),
'user' => include __DIR__ . '/../app/User/config.php',
];