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