1 Commits

Author SHA1 Message Date
Iain Sproat f85c029765 chore(domains): speckle.xyz is replaced by app.speckle.systems (#64) 2024-07-18 16:55:19 +01:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ Comprehensive developer and user documentation can be found in our:
For developing and debugging this connector you'll need to set up a Speckle App.
The server on which the app runs must be on `https`, so **do not use a local Speckle server** on `http://localhost:3000/` as it will not work.
You can use `https://latest.speckle.dev/` or `https://speckle.xyz/`.
You can use `https://latest.speckle.systems/` or `https://app.speckle.systems/`.
Now open up its frontend, and under your profile register a new app.
+2 -2
View File
@@ -22,8 +22,8 @@
<SupportUrl DefaultValue="https://speckle.guide/user/excel.html" />
<AppDomains>
<AppDomain>https://latest.speckle.dev</AppDomain>
<AppDomain>https://speckle.xyz</AppDomain>
<AppDomain>https://latest.speckle.systems</AppDomain>
<AppDomain>https://app.speckle.systems</AppDomain>
<AppDomain>https://localhost:3000</AppDomain>
</AppDomains>