Skip to content
Snippets Groups Projects

Resolve "Migrate to new service architecture"

Merged Daniel Göbel requested to merge feature/32-migrate-to-new-service-architecture into development
91 files
+ 4126
1902
Compare changes
  • Side-by-side
  • Inline
Files
91
@@ -2,6 +2,8 @@
window["env"] = window["env"] || {};
// Environment variables
window["env"]["apiUrl"] = "${API_BASE_URL}";
window["env"]["s3Url"] = "${S3_URL}";
window["env"]["workflowApiUrl"] = "${WORKFLOW_API_BASE_URL}";
window["env"]["s3proxyApiUrl"] = "${S3PROXY_API_BASE_URL}";
window["env"]["authApiUrl"] = "${AUTH_API_BASE_URL}";
})(this);
Loading