Skip to content

Commit

Permalink
updated config to clear formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maurafortino committed Jan 11, 2024
1 parent 6fa586f commit fcb795e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ import (
// Config is the top level configuration for the caduceus service. Everything
// is contained in this structure or it will intentially cause a failure.
type Config struct {
Logging sallust.Config
Tracing candlelight.Config
Prometheus touchstone.Config
Servers Servers
ArgusClientTimeout HttpClientTimeout
JWTValidator JWTValidator
// Webhook ancla.Config //@TODO: need to fix the ancla/argus dependency issue
Logging sallust.Config
Tracing candlelight.Config
Prometheus touchstone.Config
Servers Servers
ArgusClientTimeout HttpClientTimeout
JWTValidator JWTValidator
Sender SenderConfig
Service Service
AuthHeader []string
Expand All @@ -36,6 +35,8 @@ type Config struct {
Flavor string
PreviousVersionSupport bool
Region string
// Webhook ancla.Config //@TODO: need to fix the ancla/argus dependency issue

}

type Service struct {
Expand Down

0 comments on commit fcb795e

Please sign in to comment.