| .. | |||||
| config.php |
<?php
/**
* App configuration file.
*/
return [
'name' => 'Realtyna Mls On The Fly',
'slug' => 'realtyna-mls-on-the-fly',
'text-domain' => 'realtyna-mls-on-the-fly',
'log' => [
'active' => true,
'level' => 'error',
'path' => REALTYNA_MLS_ON_THE_FLY_DIR . '/logs'
],
];| .. | |||||
| config.php |