1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00
budibase/packages/server/config.dev.js
2020-04-24 09:56:39 +01:00

9 lines
213 B
JavaScript

module.exports = () => ({
database: "pouch",
adminSecret: "",
port: 4001,
latestPackagesFolder: ".",
extraMasterPlugins: {},
customizeMaster: appDefinition => appDefinition,
useAppRootPath: true,
})