Allow serving indexing queries if historical indexing is not done yet.
Connection string to a database. Only sqlite and postgres are supported. Examples:
sqlite:///path/to/database.sqlite
,postgres:///user:password@host:5432/database
Allow Ceramic node to run in stand-along mode without Compose DB enabled
Enable Historical data sync worker for Compose DB indexing
Optional
maxSetting this will adjust the max connection pool size for postgres, default is 10. Values lower than 1 will be set to 1
Configuration options related to Index API.