mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-07-07 19:11:39 +08:00
@@ -211,7 +211,7 @@ func defaultPortByType(driverType string) int {
|
||||
return 9030
|
||||
case "sphinx":
|
||||
return 9306
|
||||
case "postgres", "vastbase", "opengauss":
|
||||
case "postgres", "vastbase", "opengauss", "gaussdb":
|
||||
return 5432
|
||||
case "redis":
|
||||
return 6379
|
||||
|
||||
Reference in New Issue
Block a user