@magmamath/frontend-config 1.3.3 → 1.3.4-rc.0
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.d.mts +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.js +60 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +60 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1198,6 +1198,7 @@ var ENV_STUDENTS_WEB_US_MARS = {
|
|
|
1198
1198
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1199
1199
|
LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_US",
|
|
1200
1200
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1201
|
+
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1201
1202
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1202
1203
|
};
|
|
1203
1204
|
|
|
@@ -1223,6 +1224,7 @@ var ENV_STUDENTS_WEB_US_PROD = {
|
|
|
1223
1224
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1224
1225
|
LOGGLY_TAG: "STUDENTS_WEB_PROD,STUDENTS_WEB_PROD_US",
|
|
1225
1226
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1227
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1226
1228
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1227
1229
|
};
|
|
1228
1230
|
|
|
@@ -1235,6 +1237,7 @@ var ENV_STUDENTS_WEB_SE_MARS = {
|
|
|
1235
1237
|
CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
|
|
1236
1238
|
LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_SE",
|
|
1237
1239
|
SOCKET_URL: "https://sockets-mars.matteappen.se",
|
|
1240
|
+
WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
|
|
1238
1241
|
STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
|
|
1239
1242
|
TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
|
|
1240
1243
|
DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
|
|
@@ -1251,6 +1254,7 @@ var ENV_STUDENTS_WEB_SE_PROD = {
|
|
|
1251
1254
|
CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
|
|
1252
1255
|
LOGGLY_TAG: "STUDENTS_WEB_PROD,STUDENTS_WEB_PROD_SE",
|
|
1253
1256
|
SOCKET_URL: "https://sockets.matteappen.se",
|
|
1257
|
+
WEBSOCKETS_URL: "https://websockets.matteappen.se",
|
|
1254
1258
|
STUDENTS_WEB_URL: "https://students.matteappen.se",
|
|
1255
1259
|
TEACHERS_WEB_URL: "https://teachers.matteappen.se",
|
|
1256
1260
|
DISTRICT_WEB_URL: "https://district.matteappen.se",
|
|
@@ -1267,6 +1271,7 @@ var ENV_STUDENTS_WEB_GB_MARS = {
|
|
|
1267
1271
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1268
1272
|
LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_GB",
|
|
1269
1273
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1274
|
+
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1270
1275
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1271
1276
|
};
|
|
1272
1277
|
|
|
@@ -1279,6 +1284,7 @@ var ENV_STUDENTS_WEB_GB_PROD = {
|
|
|
1279
1284
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1280
1285
|
LOGGLY_TAG: "STUDENTS_WEB_PROD,STUDENTS_WEB_PROD_GB",
|
|
1281
1286
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1287
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1282
1288
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1283
1289
|
};
|
|
1284
1290
|
|
|
@@ -1292,6 +1298,7 @@ var ENV_STUDENTS_WEB_CA_MARS = {
|
|
|
1292
1298
|
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
1293
1299
|
LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_CA",
|
|
1294
1300
|
SOCKET_URL: "https://sockets.ca.magmamath.com",
|
|
1301
|
+
WEBSOCKETS_URL: "https://websockets.ca.magmamath.com",
|
|
1295
1302
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1296
1303
|
};
|
|
1297
1304
|
|
|
@@ -1305,6 +1312,7 @@ var ENV_STUDENTS_WEB_CA_PROD = {
|
|
|
1305
1312
|
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
1306
1313
|
LOGGLY_TAG: "STUDENTS_WEB_PROD,STUDENTS_WEB_PROD_CA",
|
|
1307
1314
|
SOCKET_URL: "https://sockets.ca.magmamath.com",
|
|
1315
|
+
WEBSOCKETS_URL: "https://websockets.ca.magmamath.com",
|
|
1308
1316
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1309
1317
|
};
|
|
1310
1318
|
|
|
@@ -1317,6 +1325,7 @@ var ENV_STUDENTS_WEB_SCT_MARS = {
|
|
|
1317
1325
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1318
1326
|
LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_SCT",
|
|
1319
1327
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1328
|
+
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1320
1329
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1321
1330
|
};
|
|
1322
1331
|
|
|
@@ -1329,6 +1338,7 @@ var ENV_STUDENTS_WEB_SCT_PROD = {
|
|
|
1329
1338
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1330
1339
|
LOGGLY_TAG: "STUDENTS_WEB_PROD,STUDENTS_WEB_PROD_SCT",
|
|
1331
1340
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1341
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1332
1342
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1333
1343
|
};
|
|
1334
1344
|
|
|
@@ -1341,6 +1351,7 @@ var ENV_STUDENTS_WEB_DE_MARS = {
|
|
|
1341
1351
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1342
1352
|
LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_DE",
|
|
1343
1353
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1354
|
+
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1344
1355
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1345
1356
|
};
|
|
1346
1357
|
|
|
@@ -1353,6 +1364,7 @@ var ENV_STUDENTS_WEB_DE_PROD = {
|
|
|
1353
1364
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1354
1365
|
LOGGLY_TAG: "STUDENTS_WEB_PROD,STUDENTS_WEB_PROD_DE",
|
|
1355
1366
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1367
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1356
1368
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1357
1369
|
};
|
|
1358
1370
|
|
|
@@ -1378,6 +1390,7 @@ var ENV_TEACHERS_WEB_US_MARS = {
|
|
|
1378
1390
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1379
1391
|
LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_US",
|
|
1380
1392
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1393
|
+
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1381
1394
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1382
1395
|
};
|
|
1383
1396
|
|
|
@@ -1401,6 +1414,7 @@ var ENV_TEACHERS_WEB_US_PROD = {
|
|
|
1401
1414
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1402
1415
|
LOGGLY_TAG: "TEACHERS_WEB_PROD,TEACHERS_WEB_PROD_US",
|
|
1403
1416
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1417
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1404
1418
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1405
1419
|
};
|
|
1406
1420
|
|
|
@@ -1413,6 +1427,7 @@ var ENV_TEACHERS_WEB_SE_MARS = {
|
|
|
1413
1427
|
CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
|
|
1414
1428
|
LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_SE",
|
|
1415
1429
|
SOCKET_URL: "https://sockets-mars.matteappen.se",
|
|
1430
|
+
WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
|
|
1416
1431
|
STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
|
|
1417
1432
|
TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
|
|
1418
1433
|
DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
|
|
@@ -1429,6 +1444,7 @@ var ENV_TEACHERS_WEB_SE_PROD = {
|
|
|
1429
1444
|
CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
|
|
1430
1445
|
LOGGLY_TAG: "TEACHERS_WEB_PROD,TEACHERS_WEB_PROD_SE",
|
|
1431
1446
|
SOCKET_URL: "https://sockets.matteappen.se",
|
|
1447
|
+
WEBSOCKETS_URL: "https://websockets.matteappen.se",
|
|
1432
1448
|
STUDENTS_WEB_URL: "https://students.matteappen.se",
|
|
1433
1449
|
TEACHERS_WEB_URL: "https://teachers.matteappen.se",
|
|
1434
1450
|
DISTRICT_WEB_URL: "https://district.matteappen.se",
|
|
@@ -1445,6 +1461,7 @@ var ENV_TEACHERS_WEB_GB_MARS = {
|
|
|
1445
1461
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1446
1462
|
LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_GB",
|
|
1447
1463
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1464
|
+
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1448
1465
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1449
1466
|
};
|
|
1450
1467
|
|
|
@@ -1457,6 +1474,7 @@ var ENV_TEACHERS_WEB_GB_PROD = {
|
|
|
1457
1474
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1458
1475
|
LOGGLY_TAG: "TEACHERS_WEB_PROD,TEACHERS_WEB_PROD_GB",
|
|
1459
1476
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1477
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1460
1478
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1461
1479
|
};
|
|
1462
1480
|
|
|
@@ -1470,6 +1488,7 @@ var ENV_TEACHERS_WEB_CA_MARS = {
|
|
|
1470
1488
|
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
1471
1489
|
LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_CA",
|
|
1472
1490
|
SOCKET_URL: "https://sockets.ca.magmamath.com",
|
|
1491
|
+
WEBSOCKETS_URL: "https://websockets.ca.magmamath.com",
|
|
1473
1492
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1474
1493
|
};
|
|
1475
1494
|
|
|
@@ -1483,6 +1502,7 @@ var ENV_TEACHERS_WEB_CA_PROD = {
|
|
|
1483
1502
|
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
1484
1503
|
LOGGLY_TAG: "TEACHERS_WEB_PROD,TEACHERS_WEB_PROD_CA",
|
|
1485
1504
|
SOCKET_URL: "https://sockets.ca.magmamath.com",
|
|
1505
|
+
WEBSOCKETS_URL: "https://websockets.ca.magmamath.com",
|
|
1486
1506
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1487
1507
|
};
|
|
1488
1508
|
|
|
@@ -1495,6 +1515,7 @@ var ENV_TEACHERS_WEB_SCT_MARS = {
|
|
|
1495
1515
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1496
1516
|
LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_SCT",
|
|
1497
1517
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1518
|
+
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1498
1519
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1499
1520
|
};
|
|
1500
1521
|
|
|
@@ -1507,6 +1528,7 @@ var ENV_TEACHERS_WEB_SCT_PROD = {
|
|
|
1507
1528
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1508
1529
|
LOGGLY_TAG: "TEACHERS_WEB_PROD,TEACHERS_WEB_PROD_SCT",
|
|
1509
1530
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1531
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1510
1532
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1511
1533
|
};
|
|
1512
1534
|
|
|
@@ -1519,6 +1541,7 @@ var ENV_TEACHERS_WEB_DE_MARS = {
|
|
|
1519
1541
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1520
1542
|
LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_DE",
|
|
1521
1543
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1544
|
+
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1522
1545
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1523
1546
|
};
|
|
1524
1547
|
|
|
@@ -1531,6 +1554,7 @@ var ENV_TEACHERS_WEB_DE_PROD = {
|
|
|
1531
1554
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1532
1555
|
LOGGLY_TAG: "TEACHERS_WEB_PROD,TEACHERS_WEB_PROD_DE",
|
|
1533
1556
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1557
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1534
1558
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1535
1559
|
};
|
|
1536
1560
|
|
|
@@ -1551,6 +1575,8 @@ var ENV_DISTRICT_US_MARS = {
|
|
|
1551
1575
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
1552
1576
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1553
1577
|
LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_US",
|
|
1578
|
+
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1579
|
+
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1554
1580
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1555
1581
|
};
|
|
1556
1582
|
|
|
@@ -1569,6 +1595,8 @@ var ENV_DISTRICT_US_PROD = {
|
|
|
1569
1595
|
API_URL: "https://api.magmamath.com/v2",
|
|
1570
1596
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1571
1597
|
LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_US",
|
|
1598
|
+
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1599
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1572
1600
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1573
1601
|
};
|
|
1574
1602
|
|
|
@@ -1580,6 +1608,8 @@ var ENV_DISTRICT_SE_MARS = {
|
|
|
1580
1608
|
CDN_HOST: "https://cdn.mars.matteappen.se",
|
|
1581
1609
|
CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
|
|
1582
1610
|
LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_SE",
|
|
1611
|
+
SOCKET_URL: "https://sockets-mars.matteappen.se",
|
|
1612
|
+
WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
|
|
1583
1613
|
STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
|
|
1584
1614
|
TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
|
|
1585
1615
|
DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
|
|
@@ -1595,6 +1625,8 @@ var ENV_DISTRICT_SE_PROD = {
|
|
|
1595
1625
|
CDN_HOST: "https://cdn.matteappen.se",
|
|
1596
1626
|
CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
|
|
1597
1627
|
LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_SE",
|
|
1628
|
+
SOCKET_URL: "https://sockets.matteappen.se",
|
|
1629
|
+
WEBSOCKETS_URL: "https://websockets.matteappen.se",
|
|
1598
1630
|
STUDENTS_WEB_URL: "https://students.matteappen.se",
|
|
1599
1631
|
TEACHERS_WEB_URL: "https://teachers.matteappen.se",
|
|
1600
1632
|
DISTRICT_WEB_URL: "https://district.matteappen.se",
|
|
@@ -1610,6 +1642,8 @@ var ENV_DISTRICT_GB_MARS = {
|
|
|
1610
1642
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
1611
1643
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1612
1644
|
LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_GB",
|
|
1645
|
+
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1646
|
+
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1613
1647
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1614
1648
|
};
|
|
1615
1649
|
|
|
@@ -1621,6 +1655,8 @@ var ENV_DISTRICT_GB_PROD = {
|
|
|
1621
1655
|
API_URL: "https://api.magmamath.com/v2",
|
|
1622
1656
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1623
1657
|
LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_GB",
|
|
1658
|
+
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1659
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1624
1660
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1625
1661
|
};
|
|
1626
1662
|
|
|
@@ -1633,6 +1669,8 @@ var ENV_DISTRICT_CA_MARS = {
|
|
|
1633
1669
|
API_URL: "https://api-ca.mars.magmamath.com/v2",
|
|
1634
1670
|
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
1635
1671
|
LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_CA",
|
|
1672
|
+
SOCKET_URL: "https://sockets.ca.magmamath.com",
|
|
1673
|
+
WEBSOCKETS_URL: "https://websockets.ca.magmamath.com",
|
|
1636
1674
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1637
1675
|
};
|
|
1638
1676
|
|
|
@@ -1645,6 +1683,8 @@ var ENV_DISTRICT_CA_PROD = {
|
|
|
1645
1683
|
API_URL: "https://api.ca.magmamath.com/v2",
|
|
1646
1684
|
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
1647
1685
|
LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_CA",
|
|
1686
|
+
SOCKET_URL: "https://sockets.ca.magmamath.com",
|
|
1687
|
+
WEBSOCKETS_URL: "https://websockets.ca.magmamath.com",
|
|
1648
1688
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1649
1689
|
};
|
|
1650
1690
|
|
|
@@ -1656,6 +1696,8 @@ var ENV_DISTRICT_SCT_MARS = {
|
|
|
1656
1696
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
1657
1697
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1658
1698
|
LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_SCT",
|
|
1699
|
+
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1700
|
+
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1659
1701
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1660
1702
|
};
|
|
1661
1703
|
|
|
@@ -1667,6 +1709,8 @@ var ENV_DISTRICT_SCT_PROD = {
|
|
|
1667
1709
|
API_URL: "https://api.magmamath.com/v2",
|
|
1668
1710
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1669
1711
|
LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_SCT",
|
|
1712
|
+
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1713
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1670
1714
|
MAGMAMATH_URL: "https://www.magmamaths.co.uk"
|
|
1671
1715
|
};
|
|
1672
1716
|
|
|
@@ -1678,6 +1722,8 @@ var ENV_DISTRICT_DE_MARS = {
|
|
|
1678
1722
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
1679
1723
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
1680
1724
|
LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_DE",
|
|
1725
|
+
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
1726
|
+
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
1681
1727
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1682
1728
|
};
|
|
1683
1729
|
|
|
@@ -1689,6 +1735,8 @@ var ENV_DISTRICT_DE_PROD = {
|
|
|
1689
1735
|
API_URL: "https://api.magmamath.com/v2",
|
|
1690
1736
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
1691
1737
|
LOGGLY_TAG: "DISTRICT_WEB_PROD,DISTRICT_WEB_PROD_DE",
|
|
1738
|
+
SOCKET_URL: "https://sockets.magmamath.com",
|
|
1739
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
1692
1740
|
MAGMAMATH_URL: "https://www.magmamath.com"
|
|
1693
1741
|
};
|
|
1694
1742
|
|
|
@@ -2033,6 +2081,7 @@ var ENV_MOBILE_US_MARS = {
|
|
|
2033
2081
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2034
2082
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2035
2083
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
2084
|
+
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
2036
2085
|
LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_US",
|
|
2037
2086
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
2038
2087
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
@@ -2051,6 +2100,7 @@ var ENV_MOBILE_SE_MARS = {
|
|
|
2051
2100
|
CDN_HOST: "https://cdn.mars.matteappen.se",
|
|
2052
2101
|
CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
|
|
2053
2102
|
SOCKET_URL: "https://sockets-mars.matteappen.se",
|
|
2103
|
+
WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
|
|
2054
2104
|
LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_SE",
|
|
2055
2105
|
GOOGLE_AUTH: "https://api.mars.matteappen.se/v2/auth/google",
|
|
2056
2106
|
MICROSOFT_AUTH: "https://api.mars.matteappen.se/v2/auth/microsoft",
|
|
@@ -2068,6 +2118,7 @@ var ENV_MOBILE_GB_MARS = {
|
|
|
2068
2118
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2069
2119
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2070
2120
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
2121
|
+
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
2071
2122
|
LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_GB",
|
|
2072
2123
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
2073
2124
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
@@ -2085,6 +2136,7 @@ var ENV_MOBILE_CA_MARS = {
|
|
|
2085
2136
|
API_URL: "https://api.ca.magmamath.com/v2",
|
|
2086
2137
|
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
2087
2138
|
SOCKET_URL: "https://sockets.ca.magmamath.com",
|
|
2139
|
+
WEBSOCKETS_URL: "https://websockets.ca.magmamath.com",
|
|
2088
2140
|
LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_CA",
|
|
2089
2141
|
GOOGLE_AUTH: "https://api.ca.magmamath.com/v2/auth/google",
|
|
2090
2142
|
MICROSOFT_AUTH: "https://api.ca.magmamath.com/v2/auth/microsoft",
|
|
@@ -2102,6 +2154,7 @@ var ENV_MOBILE_SCT_MARS = {
|
|
|
2102
2154
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2103
2155
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2104
2156
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
2157
|
+
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
2105
2158
|
LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_SCT",
|
|
2106
2159
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
2107
2160
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
@@ -2118,6 +2171,7 @@ var ENV_MOBILE_DE_MARS = {
|
|
|
2118
2171
|
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2119
2172
|
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2120
2173
|
SOCKET_URL: "https://sockets-mars.magmamath.com",
|
|
2174
|
+
WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
|
|
2121
2175
|
LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_DE",
|
|
2122
2176
|
GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
|
|
2123
2177
|
MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
|
|
@@ -2151,6 +2205,7 @@ var ENV_MOBILE_US_PROD = {
|
|
|
2151
2205
|
API_URL: "https://api.magmamath.com/v2",
|
|
2152
2206
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
2153
2207
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
2208
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
2154
2209
|
LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_US",
|
|
2155
2210
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
2156
2211
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|
|
@@ -2169,6 +2224,7 @@ var ENV_MOBILE_SE_PROD = {
|
|
|
2169
2224
|
CDN_HOST: "https://cdn.matteappen.se",
|
|
2170
2225
|
CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
|
|
2171
2226
|
SOCKET_URL: "https://sockets.matteappen.se",
|
|
2227
|
+
WEBSOCKETS_URL: "https://websockets.matteappen.se",
|
|
2172
2228
|
LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_SE",
|
|
2173
2229
|
GOOGLE_AUTH: "https://api.matteappen.se/v2/auth/google",
|
|
2174
2230
|
MICROSOFT_AUTH: "https://api.matteappen.se/v2/auth/microsoft",
|
|
@@ -2186,6 +2242,7 @@ var ENV_MOBILE_GB_PROD = {
|
|
|
2186
2242
|
API_URL: "https://api.magmamath.com/v2",
|
|
2187
2243
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
2188
2244
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
2245
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
2189
2246
|
LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_GB",
|
|
2190
2247
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
2191
2248
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|
|
@@ -2203,6 +2260,7 @@ var ENV_MOBILE_CA_PROD = {
|
|
|
2203
2260
|
API_URL: "https://api.ca.magmamath.com/v2",
|
|
2204
2261
|
CDN_HOST: "https://cdn.ca.magmamath.com",
|
|
2205
2262
|
SOCKET_URL: "https://sockets.ca.magmamath.com",
|
|
2263
|
+
WEBSOCKETS_URL: "https://websockets.ca.magmamath.com",
|
|
2206
2264
|
LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_CA",
|
|
2207
2265
|
GOOGLE_AUTH: "https://api.ca.magmamath.com/v2/auth/google",
|
|
2208
2266
|
MICROSOFT_AUTH: "https://api.ca.magmamath.com/v2/auth/microsoft",
|
|
@@ -2220,6 +2278,7 @@ var ENV_MOBILE_SCT_PROD = {
|
|
|
2220
2278
|
API_URL: "https://api.magmamath.com/v2",
|
|
2221
2279
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
2222
2280
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
2281
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
2223
2282
|
LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_SCT",
|
|
2224
2283
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
2225
2284
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|
|
@@ -2236,6 +2295,7 @@ var ENV_MOBILE_DE_PROD = {
|
|
|
2236
2295
|
API_URL: "https://api.magmamath.com/v2",
|
|
2237
2296
|
CDN_HOST: "https://cdn.magmamath.com",
|
|
2238
2297
|
SOCKET_URL: "https://sockets.magmamath.com",
|
|
2298
|
+
WEBSOCKETS_URL: "https://websockets.magmamath.com",
|
|
2239
2299
|
LOGGLY_TAG: "MOBILE_PROD,MOBILE_PROD_DE",
|
|
2240
2300
|
GOOGLE_AUTH: "https://api.magmamath.com/v2/auth/google",
|
|
2241
2301
|
MICROSOFT_AUTH: "https://api.magmamath.com/v2/auth/microsoft",
|