This commit is contained in:
James Cor
2022-08-17 14:08:31 -07:00
parent b316e9ae60
commit 94e7913812

View File

@@ -135,7 +135,7 @@ func Serve(
DoltCfgDirPath: serverConfig.CfgDir(),
ServerUser: serverConfig.User(),
ServerPass: serverConfig.Password(),
ServerHost: "%",
ServerHost: serverConfig.Host(),
Autocommit: serverConfig.AutoCommit(),
JwksConfig: serverConfig.JwksConfig(),
}