Configures if the usage statistics are enabled. 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 = { usageStatistics: { enabled: false, }, ... // Other config parts.};export default config;
Optional
Indicates if usage statistics should be enabled.
true
Generated using TypeDoc
Configures if the usage statistics are enabled. This is used as a part of DappetizerConfigUsingDb.
Example
Sample usage (all properties specified explicitly) within
dappetizer.config.ts
file: