Skip to content

Commit 840b656

Browse files
obfuscate DSN
1 parent 2816535 commit 840b656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/srv.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type ServerMonitor struct {
5050
User string `json:"user"`
5151
Pass string `json:"-"`
5252
URL string `json:"url"`
53-
DSN string `json:"dsn"`
53+
DSN string `json:"-"`
5454
Host string `json:"host"`
5555
Port string `json:"port"`
5656
TunnelPort string `json:"tunnelPort"`

0 commit comments

Comments
 (0)