else if (app.config.web.https && app.config.web.ssl) {
        const httpsParams = _.merge(
          app.config.web.https,
          app.config.web.ssl
        )