Configures health reporting. This is used as a part of DappetizerConfigUsingDb.
Sample usage (all properties specified explicitly) within dappetizer.config.ts file:
dappetizer.config.ts
import { DappetizerConfigUsingDb } from '@tezos-dappetizer/database';const config: DappetizerConfigUsingDb = { health: { healthStatusCacheSeconds: 5, }, ... // Other config parts.};export default config;
Optional
Configures how long is the status of respective (which support caching) health checks cached.
5
Generated using TypeDoc
Configures health reporting. This is used as a part of DappetizerConfigUsingDb.
Example
Sample usage (all properties specified explicitly) within
dappetizer.config.ts
file: