1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00
budibase/packages/server/config.js
2019-06-28 22:59:27 +01:00

13 lines
No EOL
279 B
JavaScript

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