mirror of
https://github.com/YunoHost-Apps/xbackbone_ynh.git
synced 2024-09-03 19:15:53 +02:00
fix
This commit is contained in:
parent
908d5d2a84
commit
7765a006c0
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ return [
|
|||
'base_url' => 'https://__DOMAIN____PATH__',
|
||||
'storage' => [
|
||||
'driver' => 'local',
|
||||
'path' => '__DATA_DIR__/storage',
|
||||
'path' => '__DATA_DIR__',
|
||||
],
|
||||
'db' => [
|
||||
'connection' => 'sqlite',
|
||||
|
|
|
@ -48,7 +48,7 @@ ram.runtime = "50M"
|
|||
[resources.install_dir]
|
||||
|
||||
[resources.data_dir]
|
||||
subdirs = ["storage"]
|
||||
#subdirs = ["storage"]
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
|
Loading…
Add table
Reference in a new issue