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
|
// for more information on what database might be appropriate for you
|
||||||
// see https://keystonejs.com/docs/guides/choosing-a-database#title
|
// see https://keystonejs.com/docs/guides/choosing-a-database#title
|
||||||
provider: 'sqlite',
|
provider: 'sqlite',
|
||||||
url: 'file:./keystone.db',
|
url: './keystone.db',
|
||||||
},
|
},
|
||||||
storage: {
|
storage: {
|
||||||
local_images: {
|
local_images: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue