Optional
httpConfigures HTTP server of this indexer app mainly for monitoring.
Optional
ipfsConfigures connections to IPFS for metadata retrieval.
Optional
loggingConfigures logging of app execution.
The non-empty array of IndexerModule to be executed for indexing.
The indexing config specific for particular Tezos networks e.g. mainnet
.
Configures actual indexing.
Configures connection to Tezos node to be used to fetch blockchain data.
Optional
timeConfigures generic time related features.
Optional
usageConfigures usage statistics.
Generated using TypeDoc
Entire config for an indexer app built using Dappetizer. It corresponds to the value exported from a config file, see candidateConfigFileNames. If you intend to use standard Dappetizer DbContext, then DappetizerConfigUsingDb should be used instead.
Example
Sample
dappetizer.config.ts
file with only mandatory values specified: