diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-11 17:42:37 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-12 22:35:56 +0300 |
| commit | a6098084f7150df34edecf1519386bd28a527361 (patch) | |
| tree | 8c81477d0b6ef1f5934f012eb5bd05462bbb7c16 /internal/config/server.go | |
| parent | c0f4ebc9b3773c37e22c686024c8cc7ce4e71f9f (diff) | |
Update JSON-schema to reflect all recent config file changes.
Diffstat (limited to 'internal/config/server.go')
| -rw-r--r-- | internal/config/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/server.go b/internal/config/server.go index 677f5ac..254ea0c 100644 --- a/internal/config/server.go +++ b/internal/config/server.go @@ -47,7 +47,7 @@ type ServerConfig struct { MaxConcurrentCats int // The max amount of concurrent tails per server. MaxConcurrentTails int - // The user permissions. + // The user permissions. TODO: Add to JSON schema Permissions Permissions `json:",omitempty"` // The mapr log format MapreduceLogFormat string `json:",omitempty"` |
