mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 18:49:14 -06:00
moving server config to .dolt directory
This commit is contained in:
@@ -49,7 +49,7 @@ const (
|
||||
defaultDataDir = "."
|
||||
defaultMetricsHost = ""
|
||||
defaultMetricsPort = -1
|
||||
defaultMySQLDbFilePath = "mysql.db"
|
||||
defaultMySQLDbFilePath = "./.dolt/mysql.db"
|
||||
defaultPrivilegeFilePath = "privs.json"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user