Skip to content

Commit

Permalink
try endpoint hack
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Sep 7, 2023
1 parent 2fa6351 commit c7f3c28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion slo/src/Cli/CliCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ internal static async Task CleanUp(CleanUpConfig cleanUpConfig)
{
Console.WriteLine(cleanUpConfig);
var config = new DriverConfig(
cleanUpConfig.Endpoint,
// cleanUpConfig.Endpoint,
"grpc://database-sample-grpc.default.svc.cluster.local:2135",
cleanUpConfig.Db
);

Expand Down

0 comments on commit c7f3c28

Please sign in to comment.