From 7765a006c0ece96814a868a4e1846d91cec4d477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 19 Aug 2023 16:17:08 +0200 Subject: [PATCH] fix --- conf/config.php | 2 +- manifest.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.php b/conf/config.php index 5a389a5..0860bd6 100644 --- a/conf/config.php +++ b/conf/config.php @@ -5,7 +5,7 @@ return [ 'base_url' => 'https://__DOMAIN____PATH__', 'storage' => [ 'driver' => 'local', - 'path' => '__DATA_DIR__/storage', + 'path' => '__DATA_DIR__', ], 'db' => [ 'connection' => 'sqlite', diff --git a/manifest.toml b/manifest.toml index c644059..e714886 100644 --- a/manifest.toml +++ b/manifest.toml @@ -48,7 +48,7 @@ ram.runtime = "50M" [resources.install_dir] [resources.data_dir] - subdirs = ["storage"] + #subdirs = ["storage"] [resources.permissions] main.url = "/"