Skip to content

Commit

Permalink
Update RhinoComputeHeader.cs source file
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrocortesark authored May 30, 2024
1 parent b91ddbd commit 69d9d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/computegen/RhinoComputeHeader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Rhino.Compute
{
public static class ComputeServer
{
public static string WebAddress { get; set; } = "https://compute.rhino3d.com";
public static string WebAddress { get; set; } = "http://localhost:6500";
public static string AuthToken { get; set; }
public static string ApiKey { get; set; }
public static string Version => "{{VERSION}}";
Expand Down

0 comments on commit 69d9d69

Please sign in to comment.