2020-09-16 00:14:44 +07:00
|
|
|
<?php
|
|
|
|
return [
|
|
|
|
'id' => 'Dumper',
|
|
|
|
'controllerNamespace' => 'app\controllers',
|
|
|
|
'basePath' => dirname(__DIR__),
|
|
|
|
'params' => [
|
2020-09-16 21:32:33 +07:00
|
|
|
'basePath' => dirname(__DIR__) . '/dump',
|
2020-09-16 00:14:44 +07:00
|
|
|
'pagesPath' => '/pages',
|
|
|
|
'docsPath' => '/data',
|
|
|
|
'imgPath' => '/img',
|
|
|
|
'cssPath' => '/css',
|
|
|
|
'jsPath' => '/js',
|
|
|
|
'externalLinksPath' => '/sites',
|
|
|
|
'timezone' => 'Asia/Vladivostok',
|
|
|
|
'useragent' => 'Dumper',
|
|
|
|
'regBlackList' => '(instagram|whatsapp|appdv)'
|
|
|
|
]
|
|
|
|
];
|