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 15:29:03 +02:00
parent 5bf3a665a3
commit 048423efe9

View file

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