Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Commit 652ce11

Browse files
committed
dca/config: revert key change
1 parent 87a2e1c commit 652ce11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/dca/worker/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import (
1212

1313
type 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"`

0 commit comments

Comments
 (0)