type SharedConfig struct {
// LoggingLevel is the logging level to use. LoggingLevel string `yaml:"logging" default:"info"`
// Indexer is the indexer to use. Indexer *indexer.Config `yaml:"indexer"`
// Store is the store to use. Store *store.Config `yaml:"store"`
// MetricsAddr is the address to serve metrics on. MetricsAddr string `yaml:"metricsAddr" default:"localhost:8080"`
}