1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00
budibase/packages/server/config.dev.js
2019-10-11 17:14:23 +01:00

17 lines
315 B
JavaScript

module.exports = () => ({
datastore: "local",
datastoreConfig: {
rootPath: "./.data"
},
keys: ["secret1", "secret2"],
port: 4001,
latestPackagesFolder: ".",
extraMasterPlugins: {},
dev:true,
customizeMaster: appDefinition => appDefinition,
useAppRootPath: true
})