We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7e085 commit 071aa73Copy full SHA for 071aa73
internal/config/config.go
@@ -24,13 +24,13 @@ import (
24
)
25
26
type Config struct {
27
+ Tls TlsConfig `yaml:"tls"`
28
Logging LoggingConfig `yaml:"logging"`
29
Api ApiConfig `yaml:"api"`
30
Metrics MetricsConfig `yaml:"metrics"`
31
Debug DebugConfig `yaml:"debug"`
- Node NodeConfig `yaml:"node"`
32
- Tls TlsConfig `yaml:"tls"`
33
Utxorpc UtxorpcConfig `yaml:"utxorpc"`
+ Node NodeConfig `yaml:"node"`
34
}
35
36
type LoggingConfig struct {
0 commit comments