1
0
Fork 0
mirror of synced 2024-07-06 06:50:49 +12:00
budibase/packages/server/config.contributors.js

14 lines
305 B
JavaScript
Raw Normal View History

2019-06-14 21:05:46 +12:00
module.exports = () => ({
datastore: "local",
datastoreConfig: {
rootPath: "./myapps/.data",
},
keys: ["secret1", "secret2"],
port: 4001,
latestPackagesFolder: "./myapps",
extraMasterPlugins: {},
dev: true,
customizeMaster: appDefinition => appDefinition,
useAppRootPath: true,
2019-09-03 21:42:19 +12:00
})