This repository was archived by the owner on Feb 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import (
1212
1313type DCAWorkerConfig struct {
1414 Redis storage.RedisConfig `mapstructure:"redis" json:"redis,omitempty"`
15- BlockStorage vault.BlockStorageConfig `mapstructure:"block_storage_config " json:"block_storage,omitempty"`
16- VaultServiceConfig vault.Config `mapstructure:"vault_service_config " json:"vault_service,omitempty"`
15+ BlockStorage vault.BlockStorageConfig `mapstructure:"block_storage " json:"block_storage,omitempty"`
16+ VaultServiceConfig vault.Config `mapstructure:"vault_service " json:"vault_service,omitempty"`
1717 Datadog struct {
1818 Host string `mapstructure:"host" json:"host,omitempty"`
1919 Port string `mapstructure:"port" json:"port,omitempty"`
You can’t perform that action at this time.
0 commit comments