1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/xbackbone_ynh.git synced 2024-09-03 19:15:53 +02:00
This commit is contained in:
Éric Gaspar 2023-08-19 16:17:08 +02:00
parent 908d5d2a84
commit 7765a006c0
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ return [
'base_url' => 'https://__DOMAIN____PATH__', 'base_url' => 'https://__DOMAIN____PATH__',
'storage' => [ 'storage' => [
'driver' => 'local', 'driver' => 'local',
'path' => '__DATA_DIR__/storage', 'path' => '__DATA_DIR__',
], ],
'db' => [ 'db' => [
'connection' => 'sqlite', 'connection' => 'sqlite',

View file

@ -48,7 +48,7 @@ ram.runtime = "50M"
[resources.install_dir] [resources.install_dir]
[resources.data_dir] [resources.data_dir]
subdirs = ["storage"] #subdirs = ["storage"]
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"