@tmlmobilidade/consts 20260709.1326.35 → 20260709.1401.58
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.
- package/dist/app-configs.js +2 -2
- package/package.json +1 -1
package/dist/app-configs.js
CHANGED
|
@@ -22,13 +22,11 @@ const MODULE_CONFIGS = {
|
|
|
22
22
|
},
|
|
23
23
|
prd: {
|
|
24
24
|
api_url: 'https://go.tmlmobilidade.pt/alerts/api',
|
|
25
|
-
cors_origin: true,
|
|
26
25
|
frontend_url: 'https://go.tmlmobilidade.pt/alerts',
|
|
27
26
|
...DEFAULT_PRD_CONFIG,
|
|
28
27
|
},
|
|
29
28
|
stg: {
|
|
30
29
|
api_url: `https://${process.env.ENVIRONMENT || process.env.NEXT_PUBLIC_ENVIRONMENT}.go-stg.tmlmobilidade.pt/alerts/api`,
|
|
31
|
-
cors_origin: true,
|
|
32
30
|
frontend_url: `https://${process.env.ENVIRONMENT || process.env.NEXT_PUBLIC_ENVIRONMENT}.go-stg.tmlmobilidade.pt/alerts`,
|
|
33
31
|
...DEFAULT_STG_CONFIG,
|
|
34
32
|
},
|
|
@@ -182,11 +180,13 @@ const MODULE_CONFIGS = {
|
|
|
182
180
|
api_url: 'https://go.tmlmobilidade.pt/locations/api',
|
|
183
181
|
frontend_url: 'https://go.tmlmobilidade.pt/locations',
|
|
184
182
|
...DEFAULT_PRD_CONFIG,
|
|
183
|
+
cors_origin: true,
|
|
185
184
|
},
|
|
186
185
|
stg: {
|
|
187
186
|
api_url: `https://${process.env.ENVIRONMENT || process.env.NEXT_PUBLIC_ENVIRONMENT}.go-stg.tmlmobilidade.pt/locations/api`,
|
|
188
187
|
frontend_url: `https://${process.env.ENVIRONMENT || process.env.NEXT_PUBLIC_ENVIRONMENT}.go-stg.tmlmobilidade.pt/locations`,
|
|
189
188
|
...DEFAULT_STG_CONFIG,
|
|
189
|
+
cors_origin: true,
|
|
190
190
|
},
|
|
191
191
|
},
|
|
192
192
|
offer: {
|