We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd567f5 commit 066f392Copy full SHA for 066f392
config/config.go
@@ -34,7 +34,7 @@ type Config struct {
34
OTServiceName string `envconfig:"OTEL_SERVICE_NAME"`
35
OtelEnabled bool `envconfig:"OTEL_ENABLED"`
36
RedirectAPIURL string `envconfig:"REDIRECT_API_URL"`
37
- ServiceAuthToken string `envconfig:"SERVICE_AUTH_TOKEN"`
+ ServiceAuthToken string `envconfig:"SERVICE_AUTH_TOKEN" json:"-"`
38
TopicAPIURL string `envconfig:"TOPIC_API_URL"`
39
TopicCacheUpdateInterval time.Duration `envconfig:"TOPIC_CACHE_UPDATE_INTERVAL"`
40
EnableTopicCache bool `envconfig:"ENABLE_TOPIC_CACHE"`
0 commit comments