We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c960e9c commit dc4d1f9Copy full SHA for dc4d1f9
service/arangod_config_builder.go
@@ -52,7 +52,7 @@ var (
52
)
53
54
55
-// FixupEndpointURLScheme changes endpoint URL schemes used by arangod to ones used by arangodb.
+// FixupEndpointURLScheme changes endpoint URL schemes used by Starter to ones used by arangodb.
56
// E.g. "http://localhost:8529" -> "tcp://localhost:8529"
57
func FixupEndpointURLScheme(u string) string {
58
return urlFixer.Replace(u)
0 commit comments