include DSL from HTTPS URL #192
-
We are getting up to speed with structurizr. Plan is to use Lite for editing and On-Prem for viewing. Scope is enterprise level (I have been following the discussion on Patreon but could not manage to get a discord account). To link the models we use url DSL keyword with a constant, on lite the constants for the URL looks like this:
That are absolute links/URLs, I have been trying to use relative URLs but did not find the solution. Is there a way to use relative links? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If the workspace IDs are the same across Lite and on-premises, you can use a URL of |
Beta Was this translation helpful? Give feedback.
If the workspace IDs are the same across Lite and on-premises, you can use a URL of
{workspace:2}/diagrams
and the Structurizr UI will calculate the correct URL based upon the hosting environment.