default host is localhost instead of all hosts

This commit is contained in:
James Cor
2022-08-17 10:57:27 -07:00
parent 728b7a20b5
commit b316e9ae60

View File

@@ -37,7 +37,7 @@ const (
)
const (
defaultHost = "0.0.0.0"
defaultHost = "localhost"
defaultPort = 3306
defaultUser = "root"
defaultPass = ""