We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a143a commit 11d2717Copy full SHA for 11d2717
internal/config/env.go
@@ -58,7 +58,6 @@ type EnvironmentVariables struct {
58
Standalone bool `env:"STANDALONE"`
59
AdditionalHeadersToProxy string `env:"ADDITIONAL_HEADERS_TO_PROXY" envDefault:"miauserid"`
60
ExposeMetrics bool `env:"EXPOSE_METRICS" envDefault:"true"`
61
- EnableAuditTrail bool `env:"ENABLE_AUDIT_TRAIL"`
62
AuditAggregationIDHeaderName string `env:"AUDIT_AGGREGATION_ID_HEADER_NAME" envDefault:"x-request-id"`
63
}
64
0 commit comments