|
|
@ -66,7 +66,8 @@ module.exports.create = function (config, cb) {
|
|
|
|
flushCache: config.flushCache,
|
|
|
|
flushCache: config.flushCache,
|
|
|
|
adminEmail: config.adminEmail,
|
|
|
|
adminEmail: config.adminEmail,
|
|
|
|
allowSubscriptions: config.allowSubscriptions,
|
|
|
|
allowSubscriptions: config.allowSubscriptions,
|
|
|
|
myDomain: config.myDomain,
|
|
|
|
myDomain: config.httpUnsafeOrigin,
|
|
|
|
|
|
|
|
// XXX not included in the config...
|
|
|
|
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
|
|
|
|