mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-19 19:21:44 -05:00
default host is localhost instead of all hosts
This commit is contained in:
@@ -37,7 +37,7 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
defaultHost = "0.0.0.0"
|
||||
defaultHost = "localhost"
|
||||
defaultPort = 3306
|
||||
defaultUser = "root"
|
||||
defaultPass = ""
|
||||
|
||||
Reference in New Issue
Block a user