fix typo and hide supervised

This commit is contained in:
Willy Kloucek
2022-04-28 15:13:03 +02:00
parent ab254b05d0
commit b515d7f83f
13 changed files with 14 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ type Config struct {
Tracing *Tracing `yaml:"tracing"`
Logging *Logging `yaml:"log"`
Debug Debug `yaml:"debug"`
Supervised bool `yaml:"supervised"`
Supervised bool `yaml:"-"`
GRPC GRPCConfig `yaml:"grpc"`