1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00
budibase/config.js
2020-06-09 13:52:00 +02:00

14 lines
304 B
JavaScript

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