@magmamath/frontend-config 1.0.16-rc.21 → 1.0.16-rc.22
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/index.js +7 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1090,16 +1090,19 @@ var ENV_WEB_ADMIN_GB_PROD = {
|
|
|
1090
1090
|
var ENV_WEB_ADMIN_CA_MARS = {
|
|
1091
1091
|
...ENV_WEB_ADMIN_COMMON,
|
|
1092
1092
|
...PLATFORM_URLS.MARS,
|
|
1093
|
-
API_URL: "https://api
|
|
1094
|
-
CDN_HOST: "https://cdn
|
|
1093
|
+
API_URL: "https://api.mars.magmamath.com/v2",
|
|
1094
|
+
CDN_HOST: "https://cdn.mars.magmamath.com"
|
|
1095
1095
|
};
|
|
1096
1096
|
|
|
1097
1097
|
// src/configs/env/web-admin/ca/env.ca.prod.ts
|
|
1098
1098
|
var ENV_WEB_ADMIN_CA_PROD = {
|
|
1099
1099
|
...ENV_WEB_ADMIN_COMMON,
|
|
1100
1100
|
...PLATFORM_URLS.PROD,
|
|
1101
|
-
API_URL: "https://api
|
|
1102
|
-
CDN_HOST: "https://cdn
|
|
1101
|
+
API_URL: "https://api.magmamath.com/v2",
|
|
1102
|
+
CDN_HOST: "https://cdn.magmamath.com"
|
|
1103
|
+
// TODO: REPLACE AFTER RELEASING CANADA ON ALL PLATFORMS
|
|
1104
|
+
// API_URL: 'https://api-ca.magmamath.com/v2',
|
|
1105
|
+
// CDN_HOST: 'https://cdn-ca.magmamath.com',
|
|
1103
1106
|
};
|
|
1104
1107
|
|
|
1105
1108
|
// src/configs/env/mobile/env.common.mars.ts
|