@tmlmobilidade/consts 20260620.1515.3 → 20260620.1521.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -153,8 +153,9 @@ const MODULE_CONFIGS = {
153
153
  api_port: 52000,
154
154
  api_url: 'http://localhost:52000',
155
155
  cors_origin: true,
156
- frontend_navegante_app_url: 'http://localhost:51100/hub',
156
+ frontend_navegante_app_url: 'http://localhost:51101/hub',
157
157
  frontend_port: 51000,
158
+ frontend_videowall_app_url: 'http://localhost:51102/hub',
158
159
  },
159
160
  prd: {
160
161
  api_url: 'https://go.tmlmobilidade.pt/hub/api',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/consts",
3
- "version": "20260620.1515.3",
3
+ "version": "20260620.1521.26",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"