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 9d05489 commit 9c21e87Copy full SHA for 9c21e87
runtime/config.go
@@ -25,8 +25,8 @@ func ParseConf(file string) error {
25
}
26
27
type CtrlConfig struct {
28
+ Debug *bool `yaml:"debug,omitempty"` // default: false
29
PFCPAddress *string `yaml:"pfcp-address,omitempty"`
30
HTTPAddress *string `yaml:"http-address,omitempty"`
- HTTPPort *string `yaml:http-port,omitempty"` // default: 80
31
- Debug *bool `yaml:debug,omitempty"`
+ HTTPPort *string `yaml:"http-port,omitempty"` // default: 80
32
0 commit comments