nens / threedi-api-qgis-client

3Di Models & Simulations plugin
https://plugins.lizard.net/
Other
2 stars 0 forks source link

Fix hardcoded references to xxxxx.3di.live. #505

Closed jpprins1 closed 10 months ago

jpprins1 commented 10 months ago

Some clients have all their 3Di web interfaces (3Di Live, 3Di Management) on different URLs than the default ones.

The pattern is always the same:

The default base URL is 3di.live

To do:

threedi_models_and_simulations/settings.py:89:        webbrowser.open("https://management.3di.live/personal_api_keys/")
threedi_models_and_simulations/widgets/threedi_dockwidget.py:225:        webbrowser.open("https://management.3di.live/")
leendertvanwolfswinkel commented 10 months ago

@ldebek please merge