mirror of
https://github.com/owncloud/ocis
synced 2026-04-28 10:37:42 +02:00
fix typo and hide supervised
This commit is contained in:
@@ -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"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user