mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
cmd: make main subcomponent configuration inline
This commit is contained in:
@@ -21,7 +21,7 @@ type OrchestratorConfiguration struct {
|
||||
ClickHouseDB clickhousedb.Configuration `yaml:"-"`
|
||||
ClickHouse clickhouse.Configuration
|
||||
Kafka kafka.Configuration
|
||||
Orchestrator orchestrator.Configuration
|
||||
Orchestrator orchestrator.Configuration `mapstructure:",squash" yaml:",inline"`
|
||||
// Other service configurations
|
||||
Inlet InletConfiguration
|
||||
Console ConsoleConfiguration
|
||||
|
||||
Reference in New Issue
Block a user