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