Compare View
Commits (2)
Showing
1 changed file
Show diff stats
common/config/main.php
@@ -48,6 +48,7 @@ | @@ -48,6 +48,7 @@ | ||
48 | ], | 48 | ], |
49 | 'imagemanager' => [ | 49 | 'imagemanager' => [ |
50 | 'class' => 'artbox\core\components\imagemanager\components\ImageManagerGetPath', | 50 | 'class' => 'artbox\core\components\imagemanager\components\ImageManagerGetPath', |
51 | + | ||
51 | 'mediaPath' => dirname(dirname(__DIR__)) . '/storage', | 52 | 'mediaPath' => dirname(dirname(__DIR__)) . '/storage', |
52 | 'cachePath' => '../../storage/cache', | 53 | 'cachePath' => '../../storage/cache', |
53 | 'useFilename' => true, | 54 | 'useFilename' => true, |