Skip to content
Snippets Groups Projects
Commit ed630df7 authored by moon's avatar moon
Browse files

Changed the path of sqlite

parent 66d3faac
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ module.exports = ({ env }) => ({
// connection: {
// client: 'sqlite',
// connection: {
// filename: path.join(__dirname, '..', env('DATABASE_FILENAME', '../.tmp/data')),
// filename: path.join(__dirname, '..', env('DATABASE_FILENAME', '.tmp/data.db')),
// },
// useNullAsDefault: true,
// },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment