budibase/packages/server/config.dev.js

10 lines
213 B
JavaScript
Raw Normal View History

2019-10-11 18:14:23 +02:00
module.exports = () => ({
2020-04-24 10:56:39 +02:00
database: "pouch",
adminSecret: "",
port: 4001,
latestPackagesFolder: ".",
extraMasterPlugins: {},
customizeMaster: appDefinition => appDefinition,
useAppRootPath: true,
2019-10-11 18:14:23 +02:00
})