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