learning-center/app/User/config.php

9 lines
137 B
PHP
Raw Permalink Normal View History

2024-09-08 13:48:26 +03:00
<?php
declare(strict_types=1);
return [
'admin_name' => getenv('ADMIN_NAME'),
'admin_password' => getenv('ADMIN_PASSWORD'),
];