type Config[C any] struct {
// Application specific config App C
// EthClient config ConnectionPool eth.ConnectionPoolConfig// Server Config Server server.Config// Log Config Log log.Config
}
Config represents a configuration for the application + the offchain-sdk
pieces.