Adding the CURA_DIGITAL_FACTORY_URL variable, so that it gets imported in the UltimakerCloudConstants.py

This commit is contained in:
evtrados 2020-09-11 12:15:58 +02:00
parent bfd0c4d382
commit b284f79cfc

View File

@ -10,3 +10,4 @@ CuraCloudAPIRoot = "@CURA_CLOUD_API_ROOT@"
CuraCloudAPIVersion = "@CURA_CLOUD_API_VERSION@"
CuraCloudAccountAPIRoot = "@CURA_CLOUD_ACCOUNT_API_ROOT@"
CuraMarketplaceRoot = "@CURA_MARKETPLACE_ROOT@"
CuraDigitalFactoryURL = "@CURA_DIGITAL_FACTORY_URL@"