1
0
Fork 0
mirror of synced 2024-06-30 12:00:31 +12:00
budibase/config.js

14 lines
304 B
JavaScript
Raw Normal View History

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