From 251d6b7f2d042fc19cb4bacdc1dda65ce2944e10 Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:58:16 +0100 Subject: [PATCH] chore(domains): update latest.speckle.dev to latest.speckle.systems (#8) --- TestAutomateFunction/Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TestAutomateFunction/Properties/launchSettings.json b/TestAutomateFunction/Properties/launchSettings.json index bd9d2d3..9c54abe 100644 --- a/TestAutomateFunction/Properties/launchSettings.json +++ b/TestAutomateFunction/Properties/launchSettings.json @@ -3,8 +3,8 @@ "TestAutomateFunction": { "commandName": "Project", "environmentVariables": { - "SPECKLE_TOKEN": "718d0650eea8038642850414e43bd81314d740359a", - "SPECKLE_SERVER_URL": "https://latest.speckle.dev/" + "SPECKLE_TOKEN": "", + "SPECKLE_SERVER_URL": "https://latest.speckle.systems/" } } }