1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00
budibase/packages/server/config.contributors.js
2019-11-23 07:28:24 +00:00

17 lines
329 B
JavaScript

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