Optional
enabledBoolean indicating if HTTP server should be enabled.
false
Optional
hostThe hostname or IP address on which HTTP server should listen.
'0.0.0.0'
(listening on all IP addresses)
Optional
portThe port on which HTTP server should listen.
An integer between 0
(which means random free port) and 65_535
.
3600
Generated using TypeDoc
Configures HTTP server of this indexer app mainly for monitoring it. This is used as a part of DappetizerConfigUsingDb.
Example
Sample usage (all properties specified explicitly) within
dappetizer.config.ts
file: