simplify check-in deactivation

This commit is contained in:
ansuz
2020-02-28 14:24:53 -05:00
parent 92896fb919
commit 2f00ff3278
2 changed files with 4 additions and 1 deletions

View File

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