revert some changes that couldn't have possibly worked

This commit is contained in:
ansuz
2020-03-04 09:59:17 -05:00
parent c53f378582
commit ce6cf6f727
2 changed files with 2 additions and 2 deletions

View File

@@ -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