1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00
budibase/packages/server/config.dev.js

17 lines
315 B
JavaScript
Raw Normal View History

2019-10-12 05:14:23 +13:00
module.exports = () => ({
datastore: "local",
datastoreConfig: {
rootPath: "./.data"
},
keys: ["secret1", "secret2"],
port: 4001,
latestPackagesFolder: ".",
extraMasterPlugins: {},
dev:true,
customizeMaster: appDefinition => appDefinition,
useAppRootPath: true
})