Files
opensem/config/initializer.php
Ludovic CANDELLIER 36267139a1 [WIP] Setup of skeleton
2020-03-25 00:08:27 +01:00

13 lines
328 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Environment configuration key
|--------------------------------------------------------------------------
|
| Config path, where current environment value stored
*/
'env_config_key' => 'app.env',
];