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 ae5b87a commit 3017003Copy full SHA for 3017003
configuration/postgres/postgres.go
@@ -91,7 +91,7 @@ func NewPostgresConfigurationStore(logger logger.Logger) configuration.Store {
91
// NewPostgresConfigurationStoreWithOptions creates a new instance of PostgreSQL store with options.
92
func NewPostgresConfigurationStoreWithOptions(logger logger.Logger, opts Options) configuration.Store {
93
return &ConfigurationStore{
94
- logger: logger,
+ logger: logger,
95
enableAzureAD: !opts.NoAzureAD,
96
enableAWSIAM: !opts.NoAWSIAM,
97
}
0 commit comments