From b91ddbda052408b64b5c3d7bfd3eb69046b1080b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Cort=C3=A9s?= <36660222+pedrocortesark@users.noreply.github.com> Date: Thu, 30 May 2024 20:45:59 +0200 Subject: [PATCH 1/2] Update RhinoCompute.cs source file --- src/compute.geometry/RhinoCompute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compute.geometry/RhinoCompute.cs b/src/compute.geometry/RhinoCompute.cs index 92d56992..31b0da65 100644 --- a/src/compute.geometry/RhinoCompute.cs +++ b/src/compute.geometry/RhinoCompute.cs @@ -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 => "0.12.0"; From 69d9d69eaf73107626c20aad1e763fc8d8b33e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Cort=C3=A9s?= <36660222+pedrocortesark@users.noreply.github.com> Date: Thu, 30 May 2024 20:47:50 +0200 Subject: [PATCH 2/2] Update RhinoComputeHeader.cs source file --- tools/computegen/RhinoComputeHeader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/computegen/RhinoComputeHeader.cs b/tools/computegen/RhinoComputeHeader.cs index 35d7b6f0..47690803 100644 --- a/tools/computegen/RhinoComputeHeader.cs +++ b/tools/computegen/RhinoComputeHeader.cs @@ -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}}";