UPD
This commit is contained in:
parent
e653b9a225
commit
b46ccf3a11
|
|
@ -28,7 +28,7 @@ export default withAuth(
|
|||
// for more information on what database might be appropriate for you
|
||||
// see https://keystonejs.com/docs/guides/choosing-a-database#title
|
||||
provider: 'sqlite',
|
||||
url: 'file:./keystone.db',
|
||||
url: './keystone.db',
|
||||
},
|
||||
storage: {
|
||||
local_images: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue