NotifyBC
Home
Docs
Help
GitHub
Home
Docs
Help
GitHub
  • Getting Started

    • Welcome
    • Overview
    • Quick Start
    • Installation
    • Web Console
    • What's New
  • Configuration

    • Configuration Overview
    • Database
    • Admin IP List
    • Reverse Proxy IP Lists
    • HTTP Host
    • Internal HTTP Host
    • Email
    • SMS
    • Subscription
    • Notification
    • Node Roles
    • Cron Jobs
    • RSA Keys
    • Worker Process Count
    • Middleware
    • OIDC
    • TLS Certificates
    • Queue
    • Logging
  • API

    • API Overview
    • Subscription
    • Notification
    • Configuration
    • Administrator
    • Bounce
  • Miscellaneous

    • Health Check
    • Disaster Recovery
    • Memory Dump
    • Benchmarks
    • Bulk Import
    • Developer Notes
    • Upgrade Guide
  • Meta

    • Code of Conduct
    • Security Reporting
    • Acknowledgments

HTTP Host

httpHost config sets the fallback http host used by

  • mail merge token substitution
  • internal HTTP requests spawned by NotifyBC

httpHost can be overridden by other configs or data. For example

  • internalHttpHost config
  • httpHost field in a notification

There are contexts where there is no alternatives to httpHost. Therefore this config should be defined.

Define the config, which has no default value, in src/config.local.js

module.exports = {
  httpHost: 'http://foo.com',
};
Prev
Reverse Proxy IP Lists
Next
Internal HTTP Host