mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix (bc-break): change sqlite config path
This commit is contained in:
parent
063c7c7f8c
commit
d43117647a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ return [
|
|||
|
||||
'sqlite-persistent' => [
|
||||
'driver' => 'sqlite',
|
||||
'database' => __DIR__.'/../'.env('DB_DATABASE', 'koel.db'),
|
||||
'database' => env('DB_DATABASE', __DIR__.'/../database/koel.sqlite'),
|
||||
'prefix' => '',
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue