Доработка [issue #1]

This commit is contained in:
RedHood
2020-09-17 00:32:33 +10:00
parent dc5b301adf
commit 1d4f5d270a
5 changed files with 47 additions and 100 deletions

View File

@@ -4,7 +4,7 @@ return [
'controllerNamespace' => 'app\controllers',
'basePath' => dirname(__DIR__),
'params' => [
'basePath' => dirname(__DIR__) . '/dumps',
'basePath' => dirname(__DIR__) . '/dump',
'pagesPath' => '/pages',
'docsPath' => '/data',
'imgPath' => '/img',