Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f85c029765 |
@@ -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
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user