|
|
@ -68,7 +68,7 @@ module.exports.create = function (config, cb) {
|
|
|
|
allowSubscriptions: config.allowSubscriptions === true,
|
|
|
|
allowSubscriptions: config.allowSubscriptions === true,
|
|
|
|
blockDailyCheck: config.blockDailyCheck === true,
|
|
|
|
blockDailyCheck: config.blockDailyCheck === true,
|
|
|
|
|
|
|
|
|
|
|
|
myDomain: config.httpUnsafeOrigin,
|
|
|
|
myDomain: config.myDomain,
|
|
|
|
mySubdomain: config.mySubdomain, // only exists for the accounts integration
|
|
|
|
mySubdomain: config.mySubdomain, // only exists for the accounts integration
|
|
|
|
customLimits: config.customLimits || {},
|
|
|
|
customLimits: config.customLimits || {},
|
|
|
|
// FIXME this attribute isn't in the default conf
|
|
|
|
// FIXME this attribute isn't in the default conf
|
|
|
|