mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
fix: connection_string should override other params (#10180)
closes #9965
This commit is contained in:
@@ -331,7 +331,7 @@ func SetNotifyPostgres(s config.Config, psqName string, cfg target.PostgreSQLArg
|
||||
},
|
||||
config.KV{
|
||||
Key: target.PostgresUsername,
|
||||
Value: cfg.User,
|
||||
Value: cfg.Username,
|
||||
},
|
||||
config.KV{
|
||||
Key: target.PostgresPassword,
|
||||
|
||||
Reference in New Issue
Block a user