diff --git a/conf/config.php b/conf/config.php index a4bc3b2..c7c49b4 100644 --- a/conf/config.php +++ b/conf/config.php @@ -4,7 +4,7 @@ return [ 'base_url' => 'https://__DOMAIN____PATH__', 'storage' => [ 'driver' => 'local', - 'path' => '__DATA_DIR__/storage', + 'path' => '__INSTALL_DIR__/storage', ], 'db' => [ 'connection' => 'sqlite',