getDefaultCDBDatabaseConfig(networkName: string): { [key: string]: any }
Default configuration of ComposeDB functionality per network.
Values can be overwritten by updating them in the ceramic_config table
and by restarting the node.
enable_historical_sync - enable historical data sync on a per model basis (ceramic_models)
allow_queries_before_historical_sync - allow data to be queried before models have been fully synced
run_historical_sync_worker - enable historical data sync on a node level
Default configuration of ComposeDB functionality per network. Values can be overwritten by updating them in the ceramic_config table and by restarting the node.
enable_historical_sync - enable historical data sync on a per model basis (ceramic_models) allow_queries_before_historical_sync - allow data to be queried before models have been fully synced run_historical_sync_worker - enable historical data sync on a node level