|
|
@ -68,7 +68,7 @@ module.exports.create = function (config, cb) {
|
|
|
|
allowSubscriptions: config.allowSubscriptions,
|
|
|
|
allowSubscriptions: config.allowSubscriptions,
|
|
|
|
myDomain: config.myDomain,
|
|
|
|
myDomain: config.myDomain,
|
|
|
|
mySubdomain: config.mySubdomain,
|
|
|
|
mySubdomain: config.mySubdomain,
|
|
|
|
customLimits: config.customLimits,
|
|
|
|
customLimits: config.customLimits || {},
|
|
|
|
// FIXME this attribute isn't in the default conf
|
|
|
|
// FIXME this attribute isn't in the default conf
|
|
|
|
// but it is referenced in Quota
|
|
|
|
// but it is referenced in Quota
|
|
|
|
domain: config.domain
|
|
|
|
domain: config.domain
|
|
|
|