We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c37a3 commit 02427f9Copy full SHA for 02427f9
internal/api/handle_admin.go
@@ -84,7 +84,7 @@ func handleRole(w http.ResponseWriter, r *http.Request) {
84
return
85
}
86
87
- conn, err := localConnection(r.Context(), "postgres")
+ conn, err := localConnection(r.Context(), "repmgr")
88
if err != nil {
89
renderErr(w, err)
90
0 commit comments