|
|
@ -65,7 +65,9 @@ module.exports.create = function (config, cb) {
|
|
|
|
WARN: WARN,
|
|
|
|
WARN: WARN,
|
|
|
|
flushCache: config.flushCache,
|
|
|
|
flushCache: config.flushCache,
|
|
|
|
adminEmail: config.adminEmail,
|
|
|
|
adminEmail: config.adminEmail,
|
|
|
|
allowSubscriptions: config.allowSubscriptions,
|
|
|
|
allowSubscriptions: config.allowSubscriptions === true,
|
|
|
|
|
|
|
|
blockDailyCheck: config.blockDailyCheck === true,
|
|
|
|
|
|
|
|
|
|
|
|
myDomain: config.httpUnsafeOrigin,
|
|
|
|
myDomain: config.httpUnsafeOrigin,
|
|
|
|
// XXX not included in the config...
|
|
|
|
// XXX not included in the config...
|
|
|
|
mySubdomain: config.mySubdomain,
|
|
|
|
mySubdomain: config.mySubdomain,
|
|
|
|