mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Fix the relative path for sqlite database in the default database configuration
This commit is contained in:
parent
e2eab7c842
commit
fd10b9b587
@ -54,6 +54,7 @@ export default ({ env }) => {
|
||||
filename: path.join(
|
||||
__dirname,
|
||||
'..',
|
||||
'..',
|
||||
env('DATABASE_FILENAME', 'data.db')
|
||||
),
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user