@magmamath/frontend-config 1.7.7 → 1.7.8

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.mjs CHANGED
@@ -1488,24 +1488,31 @@ var PLATFORM_URLS = {
1488
1488
  }
1489
1489
  };
1490
1490
 
1491
- // src/configs/env/auth-web/us/us_main/env.us.mars.ts
1492
- var ENV_AUTH_WEB_US_MARS = {
1493
- ...PLATFORM_URLS.MARS,
1494
- API_URL: "https://api.mars.magmamath.com/v2",
1495
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1491
+ // src/configs/env/auth-web/env.common.mars.ts
1492
+ var ENV_AUTH_WEB_COMMON_MARS = {
1493
+ API_URL: "https://api.eu.mars.magmamath.com/v2",
1494
+ CDN_HOST_TRANSLATIONS: "https://cdn.eu.mars.magmamath.com/translations",
1496
1495
  MAGMAMATH_URL: "https://www.magmamath.com",
1497
1496
  TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1498
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
1499
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
1500
- CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
1501
- CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
1502
- SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
1503
- AMPLITUDE_API_KEY: "e521466ce715087707e3ba925f4f57d5",
1504
1497
  INTERCOM_APP_ID: "tjidhu4j",
1505
1498
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
1506
1499
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1507
1500
  };
1508
1501
 
1502
+ // src/configs/env/auth-web/us/us_main/env.us.mars.ts
1503
+ var ENV_AUTH_WEB_US_MARS = {
1504
+ ...ENV_AUTH_WEB_COMMON_MARS,
1505
+ ...PLATFORM_URLS.MARS,
1506
+ API_URL: "https://api.us.mars.magmamath.com/v2",
1507
+ CDN_HOST_TRANSLATIONS: "https://cdn.us.mars.magmamath.com/translations",
1508
+ GOOGLE_AUTH: "https://api.us.mars.magmamath.com/v2/auth/google",
1509
+ MICROSOFT_AUTH: "https://api.us.mars.magmamath.com/v2/auth/microsoft",
1510
+ CLEVER_AUTH: "https://api.us.mars.magmamath.com/v2/auth/clever",
1511
+ CLASS_LINK_AUTH: "https://api.us.mars.magmamath.com/v2/auth/edlink-classlink",
1512
+ SCHOOLOGY_AUTH: "https://api.us.mars.magmamath.com/v2/auth/edlink",
1513
+ AMPLITUDE_API_KEY: "e521466ce715087707e3ba925f4f57d5"
1514
+ };
1515
+
1509
1516
  // src/configs/env/auth-web/us/us_main/env.us.prod.ts
1510
1517
  var ENV_AUTH_WEB_US_PROD = {
1511
1518
  ...PLATFORM_URLS.PROD,
@@ -1525,22 +1532,18 @@ var ENV_AUTH_WEB_US_PROD = {
1525
1532
 
1526
1533
  // src/configs/env/auth-web/se/env.se.mars.ts
1527
1534
  var ENV_AUTH_WEB_SE_MARS = {
1528
- API_URL: "https://api.mars.matteappen.se/v2",
1535
+ ...ENV_AUTH_WEB_COMMON_MARS,
1536
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
1537
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
1529
1538
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
1530
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1531
1539
  STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
1532
1540
  TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
1533
1541
  DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
1534
1542
  PARENT_WEB_URL: "https://parents.mars.matteappen.se",
1535
1543
  MAGMAMATH_URL: "https://www.magma.se",
1536
1544
  TOS_URL: "https://www.magma.se/legala-dokument/anvandaravtal",
1537
- GOOGLE_AUTH: "https://api.mars.matteappen.se/v2/auth/google",
1538
- MICROSOFT_AUTH: "https://api.mars.matteappen.se/v2/auth/microsoft",
1539
1545
  SKOLFEDERATION_AUTH: "https://fed.skolfederation.se/trial/ds/?entityID=TestMatteappen",
1540
- SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1541
- INTERCOM_APP_ID: "tjidhu4j",
1542
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1543
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1546
+ SKOLON_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/skolon"
1544
1547
  };
1545
1548
 
1546
1549
  // src/configs/env/auth-web/se/env.se.prod.ts
@@ -1563,19 +1566,15 @@ var ENV_AUTH_WEB_SE_PROD = {
1563
1566
 
1564
1567
  // src/configs/env/auth-web/gb/env.gb.mars.ts
1565
1568
  var ENV_AUTH_WEB_GB_MARS = {
1569
+ ...ENV_AUTH_WEB_COMMON_MARS,
1570
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
1571
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
1566
1572
  ...PLATFORM_URLS.MARS,
1567
1573
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
1568
- API_URL: "https://api.mars.magmamath.com/v2",
1569
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1570
1574
  MAGMAMATH_URL: "https://www.magmamaths.co.uk",
1571
1575
  TOS_URL: "https://www.magmamaths.co.uk/legal-documents/uk-terms-of-use",
1572
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
1573
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
1574
- SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1575
- WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin",
1576
- INTERCOM_APP_ID: "tjidhu4j",
1577
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1578
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1576
+ SKOLON_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/skolon",
1577
+ WONDE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/mylogin"
1579
1578
  };
1580
1579
 
1581
1580
  // src/configs/env/auth-web/gb/env.gb.prod.ts
@@ -1629,47 +1628,42 @@ var ENV_AUTH_WEB_CA_PROD = {
1629
1628
 
1630
1629
  // src/configs/env/auth-web/sct/env.sct.mars.ts
1631
1630
  var ENV_AUTH_WEB_SCT_MARS = {
1631
+ ...ENV_AUTH_WEB_COMMON_MARS,
1632
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
1633
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
1632
1634
  ...PLATFORM_URLS.MARS,
1633
1635
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
1634
- API_URL: "https://api.mars.magmamath.com/v2",
1635
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1636
1636
  MAGMAMATH_URL: "https://www.magmamaths.co.uk",
1637
1637
  TOS_URL: "https://www.magmamaths.co.uk/legal-documents/uk-terms-of-use",
1638
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
1639
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
1640
- SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
1641
- WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin",
1642
- INTERCOM_APP_ID: "tjidhu4j",
1643
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1644
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1638
+ SKOLON_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/skolon",
1639
+ WONDE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/mylogin"
1645
1640
  };
1646
1641
 
1647
1642
  // src/configs/env/auth-web/de/env.de.mars.ts
1648
1643
  var ENV_AUTH_WEB_DE_MARS = {
1644
+ ...ENV_AUTH_WEB_COMMON_MARS,
1645
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
1646
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
1649
1647
  ...PLATFORM_URLS.MARS,
1650
1648
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/de`,
1651
- API_URL: "https://api.mars.magmamath.com/v2",
1652
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1653
- MAGMAMATH_URL: "https://www.magmamath.com",
1654
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
1655
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
1656
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
1657
- VIDIS_AUTH: "https://api.mars.magmamath.com/v2/auth/vidis/",
1658
- VIDIS_LOGOUT: "https://aai-test.vidis.schule/auth/realms/vidis/protocol/openid-connect/logout",
1659
- INTERCOM_APP_ID: "tjidhu4j",
1660
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
1661
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
1649
+ VIDIS_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/vidis/",
1650
+ VIDIS_LOGOUT: "https://aai-test.vidis.schule/auth/realms/vidis/protocol/openid-connect/logout"
1662
1651
  };
1663
1652
 
1664
1653
  // src/configs/env/students-web/env.common.mars.ts
1665
1654
  var ENV_STUDENTS_COMMON_MARS = {
1666
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1655
+ CDN_HOST_TRANSLATIONS: "https://cdn.eu.mars.magmamath.com/translations",
1656
+ API_URL: "https://api.eu.mars.magmamath.com/v2",
1657
+ CDN_HOST: "https://cdn.eu.mars.magmamath.com",
1658
+ SOCKET_URL: "https://sockets.eu.mars.magmamath.com",
1659
+ WEBSOCKETS_URL: "https://websockets.eu.mars.magmamath.com",
1660
+ MAGMAMATH_URL: "https://www.magmamath.com",
1667
1661
  GOOGLE_API_KEY: "AIzaSyCJBFfT3AjV1WjitLfO0ub40WMlSSGooMc",
1668
1662
  DESMOS_API_KEY: "ca152e213f1e4f0ea0a379f070a19cfd",
1669
1663
  LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
1670
1664
  MYSCRIPT_APPLICATION_KEY: "5c5a5667-9232-405f-a996-89b10ddb9200",
1671
1665
  MYSCRIPT_HMAC_KEY: "370da564-11b0-4ac7-a413-9eb61ee7db9f",
1672
- MYSCRIPT_HOST: "myscript-mars-iink.matteappen.se",
1666
+ MYSCRIPT_HOST: "myscript-iink.mars.magmamath.com",
1673
1667
  MYSCRIPT_SOCKET_KEY: "2a36f2ef-1056-4a6d-bd5c-6bd54670f9e2",
1674
1668
  MYSCRIPT_REST_APP_KEY: "856df101-84b4-4f9b-9844-e826f7e85985",
1675
1669
  MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
@@ -1681,12 +1675,12 @@ var ENV_STUDENTS_COMMON_MARS = {
1681
1675
  var ENV_STUDENTS_WEB_US_MARS = {
1682
1676
  ...ENV_STUDENTS_COMMON_MARS,
1683
1677
  ...PLATFORM_URLS.MARS,
1684
- API_URL: "https://api.mars.magmamath.com/v2",
1685
- CDN_HOST: "https://cdn.mars.magmamath.com",
1678
+ API_URL: "https://api.us.mars.magmamath.com/v2",
1679
+ CDN_HOST: "https://cdn.us.mars.magmamath.com",
1680
+ CDN_HOST_TRANSLATIONS: "https://cdn.us.mars.magmamath.com/translations",
1686
1681
  LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_US",
1687
- SOCKET_URL: "https://sockets-mars.magmamath.com",
1688
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
1689
- MAGMAMATH_URL: "https://www.magmamath.com"
1682
+ SOCKET_URL: "https://sockets.us.mars.magmamath.com",
1683
+ WEBSOCKETS_URL: "https://websockets.us.mars.magmamath.com"
1690
1684
  };
1691
1685
 
1692
1686
  // src/configs/env/students-web/env.common.prod.ts
@@ -1719,13 +1713,8 @@ var ENV_STUDENTS_WEB_US_PROD = {
1719
1713
  // src/configs/env/students-web/se/env.se.mars.ts
1720
1714
  var ENV_STUDENTS_WEB_SE_MARS = {
1721
1715
  ...ENV_STUDENTS_COMMON_MARS,
1722
- API_URL: "https://api.mars.matteappen.se/v2",
1723
1716
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
1724
- CDN_HOST: "https://cdn.mars.matteappen.se",
1725
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1726
1717
  LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_SE",
1727
- SOCKET_URL: "https://sockets-mars.matteappen.se",
1728
- WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
1729
1718
  STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
1730
1719
  TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
1731
1720
  DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
@@ -1755,11 +1744,7 @@ var ENV_STUDENTS_WEB_GB_MARS = {
1755
1744
  ...ENV_STUDENTS_COMMON_MARS,
1756
1745
  ...PLATFORM_URLS.MARS,
1757
1746
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
1758
- API_URL: "https://api.mars.magmamath.com/v2",
1759
- CDN_HOST: "https://cdn.mars.magmamath.com",
1760
1747
  LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_GB",
1761
- SOCKET_URL: "https://sockets-mars.magmamath.com",
1762
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
1763
1748
  MAGMAMATH_URL: "https://www.magmamaths.co.uk"
1764
1749
  };
1765
1750
 
@@ -1809,11 +1794,7 @@ var ENV_STUDENTS_WEB_SCT_MARS = {
1809
1794
  ...ENV_STUDENTS_COMMON_MARS,
1810
1795
  ...PLATFORM_URLS.MARS,
1811
1796
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
1812
- API_URL: "https://api.mars.magmamath.com/v2",
1813
- CDN_HOST: "https://cdn.mars.magmamath.com",
1814
1797
  LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_SCT",
1815
- SOCKET_URL: "https://sockets-mars.magmamath.com",
1816
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
1817
1798
  MAGMAMATH_URL: "https://www.magmamaths.co.uk"
1818
1799
  };
1819
1800
 
@@ -1835,12 +1816,7 @@ var ENV_STUDENTS_WEB_DE_MARS = {
1835
1816
  ...ENV_STUDENTS_COMMON_MARS,
1836
1817
  ...PLATFORM_URLS.MARS,
1837
1818
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/de`,
1838
- API_URL: "https://api.mars.magmamath.com/v2",
1839
- CDN_HOST: "https://cdn.mars.magmamath.com",
1840
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_DE",
1841
- SOCKET_URL: "https://sockets-mars.magmamath.com",
1842
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
1843
- MAGMAMATH_URL: "https://www.magmamath.com"
1819
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_DE"
1844
1820
  };
1845
1821
 
1846
1822
  // src/configs/env/students-web/de/env.de.prod.ts
@@ -1858,8 +1834,13 @@ var ENV_STUDENTS_WEB_DE_PROD = {
1858
1834
 
1859
1835
  // src/configs/env/teachers-web/env.common.mars.ts
1860
1836
  var ENV_TEACHERS_COMMON_MARS = {
1861
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
1862
- MYSCRIPT_HOST: "myscript-mars-iink.matteappen.se",
1837
+ CDN_HOST_TRANSLATIONS: "https://cdn.eu.mars.magmamath.com/translations",
1838
+ API_URL: "https://api.eu.mars.magmamath.com/v2",
1839
+ CDN_HOST: "https://cdn.eu.mars.magmamath.com",
1840
+ SOCKET_URL: "https://sockets.eu.mars.magmamath.com",
1841
+ WEBSOCKETS_URL: "https://websockets.eu.mars.magmamath.com",
1842
+ MAGMAMATH_URL: "https://www.magmamath.com",
1843
+ MYSCRIPT_HOST: "myscript-iink.mars.magmamath.com",
1863
1844
  MYSCRIPT_REST_APP_KEY: "856df101-84b4-4f9b-9844-e826f7e85985",
1864
1845
  MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
1865
1846
  PROBLEM_IMAGE_SIZE_LIMIT: 5242880,
@@ -1875,12 +1856,12 @@ var ENV_TEACHERS_COMMON_MARS = {
1875
1856
  var ENV_TEACHERS_WEB_US_MARS = {
1876
1857
  ...ENV_TEACHERS_COMMON_MARS,
1877
1858
  ...PLATFORM_URLS.MARS,
1878
- API_URL: "https://api.mars.magmamath.com/v2",
1879
- CDN_HOST: "https://cdn.mars.magmamath.com",
1859
+ API_URL: "https://api.us.mars.magmamath.com/v2",
1860
+ CDN_HOST: "https://cdn.us.mars.magmamath.com",
1861
+ CDN_HOST_TRANSLATIONS: "https://cdn.us.mars.magmamath.com/translations",
1880
1862
  LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_US",
1881
- SOCKET_URL: "https://sockets-mars.magmamath.com",
1882
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
1883
- MAGMAMATH_URL: "https://www.magmamath.com"
1863
+ SOCKET_URL: "https://sockets.us.mars.magmamath.com",
1864
+ WEBSOCKETS_URL: "https://websockets.us.mars.magmamath.com"
1884
1865
  };
1885
1866
 
1886
1867
  // src/configs/env/teachers-web/env.common.prod.ts
@@ -1912,13 +1893,8 @@ var ENV_TEACHERS_WEB_US_PROD = {
1912
1893
  // src/configs/env/teachers-web/se/env.se.mars.ts
1913
1894
  var ENV_TEACHERS_WEB_SE_MARS = {
1914
1895
  ...ENV_TEACHERS_COMMON_MARS,
1915
- API_URL: "https://api.mars.matteappen.se/v2",
1916
1896
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
1917
- CDN_HOST: "https://cdn.mars.matteappen.se",
1918
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
1919
1897
  LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_SE",
1920
- SOCKET_URL: "https://sockets-mars.matteappen.se",
1921
- WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
1922
1898
  STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
1923
1899
  TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
1924
1900
  DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
@@ -1948,11 +1924,7 @@ var ENV_TEACHERS_WEB_GB_MARS = {
1948
1924
  ...ENV_TEACHERS_COMMON_MARS,
1949
1925
  ...PLATFORM_URLS.MARS,
1950
1926
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
1951
- API_URL: "https://api.mars.magmamath.com/v2",
1952
- CDN_HOST: "https://cdn.mars.magmamath.com",
1953
1927
  LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_GB",
1954
- SOCKET_URL: "https://sockets-mars.magmamath.com",
1955
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
1956
1928
  MAGMAMATH_URL: "https://www.magmamaths.co.uk"
1957
1929
  };
1958
1930
 
@@ -2002,11 +1974,7 @@ var ENV_TEACHERS_WEB_SCT_MARS = {
2002
1974
  ...ENV_TEACHERS_COMMON_MARS,
2003
1975
  ...PLATFORM_URLS.MARS,
2004
1976
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
2005
- API_URL: "https://api.mars.magmamath.com/v2",
2006
- CDN_HOST: "https://cdn.mars.magmamath.com",
2007
1977
  LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_SCT",
2008
- SOCKET_URL: "https://sockets-mars.magmamath.com",
2009
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2010
1978
  MAGMAMATH_URL: "https://www.magmamaths.co.uk"
2011
1979
  };
2012
1980
 
@@ -2028,12 +1996,7 @@ var ENV_TEACHERS_WEB_DE_MARS = {
2028
1996
  ...ENV_TEACHERS_COMMON_MARS,
2029
1997
  ...PLATFORM_URLS.MARS,
2030
1998
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/de`,
2031
- API_URL: "https://api.mars.magmamath.com/v2",
2032
- CDN_HOST: "https://cdn.mars.magmamath.com",
2033
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_DE",
2034
- SOCKET_URL: "https://sockets-mars.magmamath.com",
2035
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2036
- MAGMAMATH_URL: "https://www.magmamath.com"
1999
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_DE"
2037
2000
  };
2038
2001
 
2039
2002
  // src/configs/env/teachers-web/de/env.de.prod.ts
@@ -2051,7 +2014,12 @@ var ENV_TEACHERS_WEB_DE_PROD = {
2051
2014
 
2052
2015
  // src/configs/env/district-dash/env.common.mars.ts
2053
2016
  var ENV_DISTRICT_COMMON_MARS = {
2054
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
2017
+ CDN_HOST_TRANSLATIONS: "https://cdn.eu.mars.magmamath.com/translations",
2018
+ API_URL: "https://api.eu.mars.magmamath.com/v2",
2019
+ CDN_HOST: "https://cdn.eu.mars.magmamath.com",
2020
+ SOCKET_URL: "https://sockets.eu.mars.magmamath.com",
2021
+ WEBSOCKETS_URL: "https://websockets.eu.mars.magmamath.com",
2022
+ MAGMAMATH_URL: "https://www.magmamath.com",
2055
2023
  INTERCOM_APP_ID: "tjidhu4j",
2056
2024
  PROBLEM_IMAGE_SIZE_LIMIT: 5242880,
2057
2025
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
@@ -2062,12 +2030,12 @@ var ENV_DISTRICT_COMMON_MARS = {
2062
2030
  var ENV_DISTRICT_US_MARS = {
2063
2031
  ...ENV_DISTRICT_COMMON_MARS,
2064
2032
  ...PLATFORM_URLS.MARS,
2065
- API_URL: "https://api.mars.magmamath.com/v2",
2066
- CDN_HOST: "https://cdn.mars.magmamath.com",
2033
+ API_URL: "https://api.us.mars.magmamath.com/v2",
2034
+ CDN_HOST: "https://cdn.us.mars.magmamath.com",
2035
+ CDN_HOST_TRANSLATIONS: "https://cdn.us.mars.magmamath.com/translations",
2067
2036
  LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_US",
2068
- SOCKET_URL: "https://sockets-mars.magmamath.com",
2069
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2070
- MAGMAMATH_URL: "https://www.magmamath.com",
2037
+ SOCKET_URL: "https://sockets.us.mars.magmamath.com",
2038
+ WEBSOCKETS_URL: "https://websockets.us.mars.magmamath.com",
2071
2039
  AMPLITUDE_API_KEY: "407ea49ce6e1586815bcfd05ec5f15dc"
2072
2040
  };
2073
2041
 
@@ -2095,13 +2063,8 @@ var ENV_DISTRICT_US_PROD = {
2095
2063
  // src/configs/env/district-dash/se/env.se.mars.ts
2096
2064
  var ENV_DISTRICT_SE_MARS = {
2097
2065
  ...ENV_DISTRICT_COMMON_MARS,
2098
- API_URL: "https://api.mars.matteappen.se/v2",
2099
2066
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
2100
- CDN_HOST: "https://cdn.mars.matteappen.se",
2101
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
2102
2067
  LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_SE",
2103
- SOCKET_URL: "https://sockets-mars.matteappen.se",
2104
- WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
2105
2068
  STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
2106
2069
  TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
2107
2070
  DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
@@ -2131,11 +2094,7 @@ var ENV_DISTRICT_GB_MARS = {
2131
2094
  ...ENV_DISTRICT_COMMON_MARS,
2132
2095
  ...PLATFORM_URLS.MARS,
2133
2096
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
2134
- API_URL: "https://api.mars.magmamath.com/v2",
2135
- CDN_HOST: "https://cdn.mars.magmamath.com",
2136
2097
  LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_GB",
2137
- SOCKET_URL: "https://sockets-mars.magmamath.com",
2138
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2139
2098
  MAGMAMATH_URL: "https://www.magmamaths.co.uk"
2140
2099
  };
2141
2100
 
@@ -2185,11 +2144,7 @@ var ENV_DISTRICT_SCT_MARS = {
2185
2144
  ...ENV_DISTRICT_COMMON_MARS,
2186
2145
  ...PLATFORM_URLS.MARS,
2187
2146
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
2188
- API_URL: "https://api.mars.magmamath.com/v2",
2189
- CDN_HOST: "https://cdn.mars.magmamath.com",
2190
2147
  LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_SCT",
2191
- SOCKET_URL: "https://sockets-mars.magmamath.com",
2192
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2193
2148
  MAGMAMATH_URL: "https://www.magmamaths.co.uk"
2194
2149
  };
2195
2150
 
@@ -2211,12 +2166,7 @@ var ENV_DISTRICT_DE_MARS = {
2211
2166
  ...ENV_DISTRICT_COMMON_MARS,
2212
2167
  ...PLATFORM_URLS.MARS,
2213
2168
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/de`,
2214
- API_URL: "https://api.mars.magmamath.com/v2",
2215
- CDN_HOST: "https://cdn.mars.magmamath.com",
2216
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_DE",
2217
- SOCKET_URL: "https://sockets-mars.magmamath.com",
2218
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2219
- MAGMAMATH_URL: "https://www.magmamath.com"
2169
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_DE"
2220
2170
  };
2221
2171
 
2222
2172
  // src/configs/env/district-dash/de/env.de.prod.ts
@@ -2448,9 +2398,9 @@ var ENV_WEB_ADMIN_COMMON = {
2448
2398
  var ENV_WEB_ADMIN_US_MAIN_MARS = {
2449
2399
  ...ENV_WEB_ADMIN_COMMON,
2450
2400
  ...PLATFORM_URLS.MARS,
2451
- API_URL: "https://api.mars.magmamath.com/v2",
2452
- CDN_HOST: "https://cdn.mars.magmamath.com",
2453
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations"
2401
+ API_URL: "https://api.us.mars.magmamath.com/v2",
2402
+ CDN_HOST: "https://cdn.us.mars.magmamath.com",
2403
+ CDN_HOST_TRANSLATIONS: "https://cdn.us.mars.magmamath.com/translations"
2454
2404
  };
2455
2405
 
2456
2406
  // src/configs/env/web-admin/us/env.us.prod.ts
@@ -2466,8 +2416,8 @@ var ENV_WEB_ADMIN_US_MAIN_PROD = {
2466
2416
  var ENV_WEB_ADMIN_CA_MARS = {
2467
2417
  ...ENV_WEB_ADMIN_COMMON,
2468
2418
  ...PLATFORM_URLS.MARS,
2469
- API_URL: "https://api.mars.magmamath.com/v2",
2470
- CDN_HOST: "https://cdn.mars.magmamath.com",
2419
+ API_URL: "https://api.eu.mars.magmamath.com/v2",
2420
+ CDN_HOST: "https://cdn.eu.mars.magmamath.com",
2471
2421
  CDN_HOST_TRANSLATIONS: "https://cdn.ca.magmamath.com/translations"
2472
2422
  };
2473
2423
 
@@ -2484,9 +2434,9 @@ var ENV_WEB_ADMIN_CA_PROD = {
2484
2434
  var ENV_WEB_ADMIN_EU_MARS = {
2485
2435
  ...ENV_WEB_ADMIN_COMMON,
2486
2436
  ...PLATFORM_URLS.MARS,
2487
- API_URL: "https://api.mars.magmamath.com/v2",
2488
- CDN_HOST: "https://cdn.mars.magmamath.com",
2489
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations"
2437
+ API_URL: "https://api.eu.mars.magmamath.com/v2",
2438
+ CDN_HOST: "https://cdn.eu.mars.magmamath.com",
2439
+ CDN_HOST_TRANSLATIONS: "https://cdn.eu.mars.magmamath.com/translations"
2490
2440
  };
2491
2441
 
2492
2442
  // src/configs/env/web-admin/eu/env.eu.prod.ts
@@ -2500,7 +2450,11 @@ var ENV_WEB_ADMIN_EU_PROD = {
2500
2450
 
2501
2451
  // src/configs/env/mobile/env.common.mars.ts
2502
2452
  var ENV_MOBILE_COMMON_MARS = {
2503
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
2453
+ CDN_HOST_TRANSLATIONS: "https://cdn.eu.mars.magmamath.com/translations",
2454
+ API_URL: "https://api.eu.mars.magmamath.com/v2",
2455
+ CDN_HOST: "https://cdn.eu.mars.magmamath.com",
2456
+ SOCKET_URL: "https://sockets.eu.mars.magmamath.com",
2457
+ WEBSOCKETS_URL: "https://websockets.eu.mars.magmamath.com",
2504
2458
  TOLGEE_API_URL: "https://tolgee.matteappen.se",
2505
2459
  TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq",
2506
2460
  DESMOS_API_KEY: "ca152e213f1e4f0ea0a379f070a19cfd",
@@ -2508,7 +2462,7 @@ var ENV_MOBILE_COMMON_MARS = {
2508
2462
  LOGGLY_CUSTOMER_TOKEN: "921d0461-1108-4d44-b9ee-2551b03f1af0",
2509
2463
  MYSCRIPT_APPLICATION_KEY: "5c5a5667-9232-405f-a996-89b10ddb9200",
2510
2464
  MYSCRIPT_HMAC_KEY: "370da564-11b0-4ac7-a413-9eb61ee7db9f",
2511
- MYSCRIPT_HOST: "myscript-mars-iink.matteappen.se",
2465
+ MYSCRIPT_HOST: "myscript-iink.mars.magmamath.com",
2512
2466
  MYSCRIPT_SOCKET_KEY: "2a36f2ef-1056-4a6d-bd5c-6bd54670f9e2",
2513
2467
  MYSCRIPT_REST_APP_KEY: "856df101-84b4-4f9b-9844-e826f7e85985",
2514
2468
  MYSCRIPT_REST_HMAC_KEY: "e51e5489-c4d1-4996-8e22-7f0603b8f45a",
@@ -2524,34 +2478,30 @@ var ENV_MOBILE_US_MARS = {
2524
2478
  ...ENV_MOBILE_COMMON_MARS,
2525
2479
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
2526
2480
  AUTH_WEB_URL: PLATFORM_URLS.MARS.AUTH_WEB_URL,
2527
- API_URL: "https://api.mars.magmamath.com/v2",
2528
- CDN_HOST: "https://cdn.mars.magmamath.com",
2529
- SOCKET_URL: "https://sockets-mars.magmamath.com",
2530
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2481
+ API_URL: "https://api.us.mars.magmamath.com/v2",
2482
+ CDN_HOST: "https://cdn.us.mars.magmamath.com",
2483
+ CDN_HOST_TRANSLATIONS: "https://cdn.us.mars.magmamath.com/translations",
2484
+ SOCKET_URL: "https://sockets.us.mars.magmamath.com",
2485
+ WEBSOCKETS_URL: "https://websockets.us.mars.magmamath.com",
2531
2486
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_US",
2532
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
2533
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
2534
- CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
2535
- SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
2536
- CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
2487
+ GOOGLE_AUTH: "https://api.us.mars.magmamath.com/v2/auth/google",
2488
+ MICROSOFT_AUTH: "https://api.us.mars.magmamath.com/v2/auth/microsoft",
2489
+ CLASS_LINK_AUTH: "https://api.us.mars.magmamath.com/v2/auth/edlink-classlink",
2490
+ SCHOOLOGY_AUTH: "https://api.us.mars.magmamath.com/v2/auth/edlink",
2491
+ CLEVER_AUTH: "https://api.us.mars.magmamath.com/v2/auth/clever",
2537
2492
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
2538
2493
  };
2539
2494
 
2540
2495
  // src/configs/env/mobile/se/env.se.mars.ts
2541
2496
  var ENV_MOBILE_SE_MARS = {
2542
2497
  ...ENV_MOBILE_COMMON_MARS,
2498
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
2499
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
2543
2500
  TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
2544
2501
  AUTH_WEB_URL: "https://app.mars.matteappen.se",
2545
- API_URL: "https://api.mars.matteappen.se/v2",
2546
- CDN_HOST: "https://cdn.mars.matteappen.se",
2547
- CDN_HOST_TRANSLATIONS: "https://cdn.matteappen.se/translations",
2548
- SOCKET_URL: "https://sockets-mars.matteappen.se",
2549
- WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
2550
2502
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_SE",
2551
- GOOGLE_AUTH: "https://api.mars.matteappen.se/v2/auth/google",
2552
- MICROSOFT_AUTH: "https://api.mars.matteappen.se/v2/auth/microsoft",
2553
2503
  SKOLFEDERATION_AUTH: "https://fed.skolfederation.se/trial/ds/?entityID=TestMatteappen",
2554
- SKOLON_AUTH: "https://api.mars.matteappen.se/v2/auth/skolon",
2504
+ SKOLON_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/skolon",
2555
2505
  PROBLEM_CREATOR_URL: "https://teachers.mars.matteappen.se/content/react-native/problems/add",
2556
2506
  TOS_URL: "https://www.magma.se/legala-dokument/anvandaravtal"
2557
2507
  };
@@ -2559,17 +2509,13 @@ var ENV_MOBILE_SE_MARS = {
2559
2509
  // src/configs/env/mobile/gb/env.gb.mars.ts
2560
2510
  var ENV_MOBILE_GB_MARS = {
2561
2511
  ...ENV_MOBILE_COMMON_MARS,
2512
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
2513
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
2562
2514
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
2563
2515
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
2564
- API_URL: "https://api.mars.magmamath.com/v2",
2565
- CDN_HOST: "https://cdn.mars.magmamath.com",
2566
- SOCKET_URL: "https://sockets-mars.magmamath.com",
2567
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2568
2516
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_GB",
2569
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
2570
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
2571
- SKOLON_AUTH: "https://api.mars.magmamath.com/v2/auth/skolon",
2572
- WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin",
2517
+ SKOLON_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/skolon",
2518
+ WONDE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/mylogin",
2573
2519
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
2574
2520
  };
2575
2521
 
@@ -2595,33 +2541,25 @@ var ENV_MOBILE_CA_MARS = {
2595
2541
  // src/configs/env/mobile/sct/env.sct.mars.ts
2596
2542
  var ENV_MOBILE_SCT_MARS = {
2597
2543
  ...ENV_MOBILE_COMMON_MARS,
2544
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
2545
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
2598
2546
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
2599
2547
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`,
2600
- API_URL: "https://api.mars.magmamath.com/v2",
2601
- CDN_HOST: "https://cdn.mars.magmamath.com",
2602
- SOCKET_URL: "https://sockets-mars.magmamath.com",
2603
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2604
2548
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_SCT",
2605
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
2606
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
2607
- SKOLON_AUTH: "https://api.mars.magmamath.com/v2/auth/skolon",
2608
- WONDE_AUTH: "https://api.mars.magmamath.com/v2/auth/mylogin",
2549
+ SKOLON_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/skolon",
2550
+ WONDE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/mylogin",
2609
2551
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
2610
2552
  };
2611
2553
 
2612
2554
  // src/configs/env/mobile/de/env.de.mars.ts
2613
2555
  var ENV_MOBILE_DE_MARS = {
2614
2556
  ...ENV_MOBILE_COMMON_MARS,
2557
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
2558
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
2615
2559
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
2616
2560
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/de`,
2617
- API_URL: "https://api.mars.magmamath.com/v2",
2618
- CDN_HOST: "https://cdn.mars.magmamath.com",
2619
- SOCKET_URL: "https://sockets-mars.magmamath.com",
2620
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2621
2561
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_DE",
2622
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
2623
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
2624
- VIDIS_AUTH: "https://api.mars.magmamath.com/v2/auth/vidis/",
2562
+ VIDIS_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/vidis/",
2625
2563
  VIDIS_LOGOUT: "https://aai-test.vidis.schule/auth/realms/vidis/protocol/openid-connect/logout",
2626
2564
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
2627
2565
  };
@@ -2755,8 +2693,8 @@ var ENV_MOBILE_DE_PROD = {
2755
2693
 
2756
2694
  // src/configs/env/parent-web/us/us_main/env.us.mars.ts
2757
2695
  var ENV_PARENT_WEB_US_MARS = {
2758
- API_URL: "https://api.mars.magmamath.com/v2",
2759
- CDN_HOST: "https://cdn.mars.magmamath.com",
2696
+ API_URL: "https://api.us.mars.magmamath.com/v2",
2697
+ CDN_HOST: "https://cdn.us.mars.magmamath.com",
2760
2698
  AUTH_WEB_URL: PLATFORM_URLS.MARS.AUTH_WEB_URL
2761
2699
  };
2762
2700
 
@@ -2773,10 +2711,15 @@ var ENV_PARENT_WEB_US_VENUS = {
2773
2711
  AUTH_WEB_URL: PLATFORM_URLS.VENUS.AUTH_WEB_URL
2774
2712
  };
2775
2713
 
2714
+ // src/configs/env/parent-web/env.common.mars.ts
2715
+ var ENV_PARENT_WEB_COMMON_MARS = {
2716
+ API_URL: "https://api.eu.mars.magmamath.com/v2",
2717
+ CDN_HOST: "https://cdn.eu.mars.magmamath.com"
2718
+ };
2719
+
2776
2720
  // src/configs/env/parent-web/se/env.se.mars.ts
2777
2721
  var ENV_PARENT_WEB_SE_MARS = {
2778
- API_URL: "https://api.mars.matteappen.se/v2",
2779
- CDN_HOST: "https://cdn.mars.matteappen.se",
2722
+ ...ENV_PARENT_WEB_COMMON_MARS,
2780
2723
  AUTH_WEB_URL: "https://app.mars.matteappen.se"
2781
2724
  };
2782
2725
 
@@ -2795,8 +2738,7 @@ var ENV_PARENT_WEB_SE_VENUS = {
2795
2738
 
2796
2739
  // src/configs/env/parent-web/gb/env.gb.mars.ts
2797
2740
  var ENV_PARENT_WEB_GB_MARS = {
2798
- API_URL: "https://api.mars.magmamath.com/v2",
2799
- CDN_HOST: "https://cdn.mars.magmamath.com",
2741
+ ...ENV_PARENT_WEB_COMMON_MARS,
2800
2742
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`
2801
2743
  };
2802
2744
 
@@ -2835,8 +2777,7 @@ var ENV_PARENT_WEB_CA_VENUS = {
2835
2777
 
2836
2778
  // src/configs/env/parent-web/sct/env.sct.mars.ts
2837
2779
  var ENV_PARENT_WEB_SCT_MARS = {
2838
- API_URL: "https://api.mars.magmamath.com/v2",
2839
- CDN_HOST: "https://cdn.mars.magmamath.com",
2780
+ ...ENV_PARENT_WEB_COMMON_MARS,
2840
2781
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`
2841
2782
  };
2842
2783
 
@@ -2855,8 +2796,7 @@ var ENV_PARENT_WEB_SCT_VENUS = {
2855
2796
 
2856
2797
  // src/configs/env/parent-web/de/env.de.mars.ts
2857
2798
  var ENV_PARENT_WEB_DE_MARS = {
2858
- API_URL: "https://api.mars.magmamath.com/v2",
2859
- CDN_HOST: "https://cdn.mars.magmamath.com",
2799
+ ...ENV_PARENT_WEB_COMMON_MARS,
2860
2800
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/de`
2861
2801
  };
2862
2802
 
@@ -2875,17 +2815,11 @@ var ENV_PARENT_WEB_DE_VENUS = {
2875
2815
 
2876
2816
  // src/configs/env/auth-web/pl/env.pl.mars.ts
2877
2817
  var ENV_AUTH_WEB_PL_MARS = {
2818
+ ...ENV_AUTH_WEB_COMMON_MARS,
2819
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
2820
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
2878
2821
  ...PLATFORM_URLS.MARS,
2879
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pl`,
2880
- API_URL: "https://api.mars.magmamath.com/v2",
2881
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
2882
- MAGMAMATH_URL: "https://www.magmamath.com",
2883
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
2884
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
2885
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
2886
- INTERCOM_APP_ID: "tjidhu4j",
2887
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
2888
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
2822
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pl`
2889
2823
  };
2890
2824
 
2891
2825
  // src/configs/env/auth-web/pl/env.pl.prod.ts
@@ -2913,12 +2847,7 @@ var ENV_STUDENTS_WEB_PL_MARS = {
2913
2847
  ...ENV_STUDENTS_COMMON_MARS,
2914
2848
  ...PLATFORM_URLS.MARS,
2915
2849
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pl`,
2916
- API_URL: "https://api.mars.magmamath.com/v2",
2917
- CDN_HOST: "https://cdn.mars.magmamath.com",
2918
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_PL",
2919
- SOCKET_URL: "https://sockets-mars.magmamath.com",
2920
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2921
- MAGMAMATH_URL: "https://www.magmamath.com"
2850
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_PL"
2922
2851
  };
2923
2852
 
2924
2853
  // src/configs/env/students-web/pl/env.pl.prod.ts
@@ -2946,12 +2875,7 @@ var ENV_TEACHERS_WEB_PL_MARS = {
2946
2875
  ...ENV_TEACHERS_COMMON_MARS,
2947
2876
  ...PLATFORM_URLS.MARS,
2948
2877
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pl`,
2949
- API_URL: "https://api.mars.magmamath.com/v2",
2950
- CDN_HOST: "https://cdn.mars.magmamath.com",
2951
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_PL",
2952
- SOCKET_URL: "https://sockets-mars.magmamath.com",
2953
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2954
- MAGMAMATH_URL: "https://www.magmamath.com"
2878
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_PL"
2955
2879
  };
2956
2880
 
2957
2881
  // src/configs/env/teachers-web/pl/env.pl.prod.ts
@@ -2979,12 +2903,7 @@ var ENV_DISTRICT_PL_MARS = {
2979
2903
  ...ENV_DISTRICT_COMMON_MARS,
2980
2904
  ...PLATFORM_URLS.MARS,
2981
2905
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pl`,
2982
- API_URL: "https://api.mars.magmamath.com/v2",
2983
- CDN_HOST: "https://cdn.mars.magmamath.com",
2984
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_PL",
2985
- SOCKET_URL: "https://sockets-mars.magmamath.com",
2986
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
2987
- MAGMAMATH_URL: "https://www.magmamath.com"
2906
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_PL"
2988
2907
  };
2989
2908
 
2990
2909
  // src/configs/env/district-dash/pl/env.pl.prod.ts
@@ -3010,15 +2929,11 @@ var ENV_DISTRICT_PL_VENUS = {
3010
2929
  // src/configs/env/mobile/pl/env.pl.mars.ts
3011
2930
  var ENV_MOBILE_PL_MARS = {
3012
2931
  ...ENV_MOBILE_COMMON_MARS,
2932
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
2933
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3013
2934
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
3014
2935
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pl`,
3015
- API_URL: "https://api.mars.magmamath.com/v2",
3016
- CDN_HOST: "https://cdn.mars.magmamath.com",
3017
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3018
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3019
2936
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_PL",
3020
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3021
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3022
2937
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
3023
2938
  };
3024
2939
 
@@ -3039,8 +2954,7 @@ var ENV_MOBILE_PL_PROD = {
3039
2954
 
3040
2955
  // src/configs/env/parent-web/pl/env.pl.mars.ts
3041
2956
  var ENV_PARENT_WEB_PL_MARS = {
3042
- API_URL: "https://api.mars.magmamath.com/v2",
3043
- CDN_HOST: "https://cdn.mars.magmamath.com",
2957
+ ...ENV_PARENT_WEB_COMMON_MARS,
3044
2958
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pl`
3045
2959
  };
3046
2960
 
@@ -3059,17 +2973,11 @@ var ENV_PARENT_WEB_PL_VENUS = {
3059
2973
 
3060
2974
  // src/configs/env/auth-web/it/env.it.mars.ts
3061
2975
  var ENV_AUTH_WEB_IT_MARS = {
2976
+ ...ENV_AUTH_WEB_COMMON_MARS,
2977
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
2978
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3062
2979
  ...PLATFORM_URLS.MARS,
3063
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/it`,
3064
- API_URL: "https://api.mars.magmamath.com/v2",
3065
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3066
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3067
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3068
- MAGMAMATH_URL: "https://www.magmamath.com",
3069
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3070
- INTERCOM_APP_ID: "tjidhu4j",
3071
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
3072
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
2980
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/it`
3073
2981
  };
3074
2982
 
3075
2983
  // src/configs/env/auth-web/it/env.it.prod.ts
@@ -3097,12 +3005,7 @@ var ENV_STUDENTS_WEB_IT_MARS = {
3097
3005
  ...ENV_STUDENTS_COMMON_MARS,
3098
3006
  ...PLATFORM_URLS.MARS,
3099
3007
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/it`,
3100
- API_URL: "https://api.mars.magmamath.com/v2",
3101
- CDN_HOST: "https://cdn.mars.magmamath.com",
3102
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_IT",
3103
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3104
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3105
- MAGMAMATH_URL: "https://www.magmamath.com"
3008
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_IT"
3106
3009
  };
3107
3010
 
3108
3011
  // src/configs/env/students-web/it/env.it.prod.ts
@@ -3130,12 +3033,7 @@ var ENV_TEACHERS_WEB_IT_MARS = {
3130
3033
  ...ENV_TEACHERS_COMMON_MARS,
3131
3034
  ...PLATFORM_URLS.MARS,
3132
3035
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/it`,
3133
- API_URL: "https://api.mars.magmamath.com/v2",
3134
- CDN_HOST: "https://cdn.mars.magmamath.com",
3135
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_IT",
3136
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3137
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3138
- MAGMAMATH_URL: "https://www.magmamath.com"
3036
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_IT"
3139
3037
  };
3140
3038
 
3141
3039
  // src/configs/env/teachers-web/it/env.it.prod.ts
@@ -3163,12 +3061,7 @@ var ENV_DISTRICT_IT_MARS = {
3163
3061
  ...ENV_DISTRICT_COMMON_MARS,
3164
3062
  ...PLATFORM_URLS.MARS,
3165
3063
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/it`,
3166
- API_URL: "https://api.mars.magmamath.com/v2",
3167
- CDN_HOST: "https://cdn.mars.magmamath.com",
3168
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_IT",
3169
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3170
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3171
- MAGMAMATH_URL: "https://www.magmamath.com"
3064
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_IT"
3172
3065
  };
3173
3066
 
3174
3067
  // src/configs/env/district-dash/it/env.it.prod.ts
@@ -3194,14 +3087,10 @@ var ENV_DISTRICT_IT_VENUS = {
3194
3087
  // src/configs/env/mobile/it/env.it.mars.ts
3195
3088
  var ENV_MOBILE_IT_MARS = {
3196
3089
  ...ENV_MOBILE_COMMON_MARS,
3090
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3091
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3197
3092
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
3198
3093
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/it`,
3199
- API_URL: "https://api.mars.magmamath.com/v2",
3200
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3201
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3202
- CDN_HOST: "https://cdn.mars.magmamath.com",
3203
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3204
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3205
3094
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_IT",
3206
3095
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
3207
3096
  };
@@ -3223,8 +3112,7 @@ var ENV_MOBILE_IT_PROD = {
3223
3112
 
3224
3113
  // src/configs/env/parent-web/it/env.it.mars.ts
3225
3114
  var ENV_PARENT_WEB_IT_MARS = {
3226
- API_URL: "https://api.mars.magmamath.com/v2",
3227
- CDN_HOST: "https://cdn.mars.magmamath.com",
3115
+ ...ENV_PARENT_WEB_COMMON_MARS,
3228
3116
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/it`
3229
3117
  };
3230
3118
 
@@ -3243,17 +3131,11 @@ var ENV_PARENT_WEB_IT_VENUS = {
3243
3131
 
3244
3132
  // src/configs/env/auth-web/fr/env.fr.mars.ts
3245
3133
  var ENV_AUTH_WEB_FR_MARS = {
3134
+ ...ENV_AUTH_WEB_COMMON_MARS,
3135
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3136
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3246
3137
  ...PLATFORM_URLS.MARS,
3247
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fr`,
3248
- API_URL: "https://api.mars.magmamath.com/v2",
3249
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3250
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3251
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3252
- MAGMAMATH_URL: "https://www.magmamath.com",
3253
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3254
- INTERCOM_APP_ID: "tjidhu4j",
3255
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
3256
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
3138
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fr`
3257
3139
  };
3258
3140
 
3259
3141
  // src/configs/env/auth-web/fr/env.fr.prod.ts
@@ -3281,12 +3163,7 @@ var ENV_STUDENTS_WEB_FR_MARS = {
3281
3163
  ...ENV_STUDENTS_COMMON_MARS,
3282
3164
  ...PLATFORM_URLS.MARS,
3283
3165
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fr`,
3284
- API_URL: "https://api.mars.magmamath.com/v2",
3285
- CDN_HOST: "https://cdn.mars.magmamath.com",
3286
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_FR",
3287
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3288
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3289
- MAGMAMATH_URL: "https://www.magmamath.com"
3166
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_FR"
3290
3167
  };
3291
3168
 
3292
3169
  // src/configs/env/students-web/fr/env.fr.prod.ts
@@ -3314,12 +3191,7 @@ var ENV_TEACHERS_WEB_FR_MARS = {
3314
3191
  ...ENV_TEACHERS_COMMON_MARS,
3315
3192
  ...PLATFORM_URLS.MARS,
3316
3193
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fr`,
3317
- API_URL: "https://api.mars.magmamath.com/v2",
3318
- CDN_HOST: "https://cdn.mars.magmamath.com",
3319
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_FR",
3320
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3321
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3322
- MAGMAMATH_URL: "https://www.magmamath.com"
3194
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_FR"
3323
3195
  };
3324
3196
 
3325
3197
  // src/configs/env/teachers-web/fr/env.fr.prod.ts
@@ -3347,12 +3219,7 @@ var ENV_DISTRICT_FR_MARS = {
3347
3219
  ...ENV_DISTRICT_COMMON_MARS,
3348
3220
  ...PLATFORM_URLS.MARS,
3349
3221
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fr`,
3350
- API_URL: "https://api.mars.magmamath.com/v2",
3351
- CDN_HOST: "https://cdn.mars.magmamath.com",
3352
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_FR",
3353
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3354
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3355
- MAGMAMATH_URL: "https://www.magmamath.com"
3222
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_FR"
3356
3223
  };
3357
3224
 
3358
3225
  // src/configs/env/district-dash/fr/env.fr.prod.ts
@@ -3378,14 +3245,10 @@ var ENV_DISTRICT_FR_VENUS = {
3378
3245
  // src/configs/env/mobile/fr/env.fr.mars.ts
3379
3246
  var ENV_MOBILE_FR_MARS = {
3380
3247
  ...ENV_MOBILE_COMMON_MARS,
3248
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3249
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3381
3250
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
3382
3251
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fr`,
3383
- API_URL: "https://api.mars.magmamath.com/v2",
3384
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3385
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3386
- CDN_HOST: "https://cdn.mars.magmamath.com",
3387
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3388
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3389
3252
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_FR",
3390
3253
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
3391
3254
  };
@@ -3407,8 +3270,7 @@ var ENV_MOBILE_FR_PROD = {
3407
3270
 
3408
3271
  // src/configs/env/parent-web/fr/env.fr.mars.ts
3409
3272
  var ENV_PARENT_WEB_FR_MARS = {
3410
- API_URL: "https://api.mars.magmamath.com/v2",
3411
- CDN_HOST: "https://cdn.mars.magmamath.com",
3273
+ ...ENV_PARENT_WEB_COMMON_MARS,
3412
3274
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fr`
3413
3275
  };
3414
3276
 
@@ -3427,17 +3289,11 @@ var ENV_PARENT_WEB_FR_VENUS = {
3427
3289
 
3428
3290
  // src/configs/env/auth-web/da/env.da.mars.ts
3429
3291
  var ENV_AUTH_WEB_DA_MARS = {
3292
+ ...ENV_AUTH_WEB_COMMON_MARS,
3293
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3294
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3430
3295
  ...PLATFORM_URLS.MARS,
3431
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/da`,
3432
- API_URL: "https://api.mars.magmamath.com/v2",
3433
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3434
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3435
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3436
- MAGMAMATH_URL: "https://www.magmamath.com",
3437
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3438
- INTERCOM_APP_ID: "tjidhu4j",
3439
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
3440
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
3296
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/da`
3441
3297
  };
3442
3298
 
3443
3299
  // src/configs/env/auth-web/da/env.da.prod.ts
@@ -3465,12 +3321,7 @@ var ENV_STUDENTS_WEB_DA_MARS = {
3465
3321
  ...ENV_STUDENTS_COMMON_MARS,
3466
3322
  ...PLATFORM_URLS.MARS,
3467
3323
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/da`,
3468
- API_URL: "https://api.mars.magmamath.com/v2",
3469
- CDN_HOST: "https://cdn.mars.magmamath.com",
3470
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_DK",
3471
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3472
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3473
- MAGMAMATH_URL: "https://www.magmamath.com"
3324
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_DK"
3474
3325
  };
3475
3326
 
3476
3327
  // src/configs/env/students-web/da/env.da.prod.ts
@@ -3498,12 +3349,7 @@ var ENV_TEACHERS_WEB_DA_MARS = {
3498
3349
  ...ENV_TEACHERS_COMMON_MARS,
3499
3350
  ...PLATFORM_URLS.MARS,
3500
3351
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/da`,
3501
- API_URL: "https://api.mars.magmamath.com/v2",
3502
- CDN_HOST: "https://cdn.mars.magmamath.com",
3503
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_DK",
3504
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3505
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3506
- MAGMAMATH_URL: "https://www.magmamath.com"
3352
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_DK"
3507
3353
  };
3508
3354
 
3509
3355
  // src/configs/env/teachers-web/da/env.da.prod.ts
@@ -3531,12 +3377,7 @@ var ENV_DISTRICT_DA_MARS = {
3531
3377
  ...ENV_DISTRICT_COMMON_MARS,
3532
3378
  ...PLATFORM_URLS.MARS,
3533
3379
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/da`,
3534
- API_URL: "https://api.mars.magmamath.com/v2",
3535
- CDN_HOST: "https://cdn.mars.magmamath.com",
3536
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_DK",
3537
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3538
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3539
- MAGMAMATH_URL: "https://www.magmamath.com"
3380
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_DK"
3540
3381
  };
3541
3382
 
3542
3383
  // src/configs/env/district-dash/da/env.da.prod.ts
@@ -3562,14 +3403,10 @@ var ENV_DISTRICT_DA_VENUS = {
3562
3403
  // src/configs/env/mobile/da/env.da.mars.ts
3563
3404
  var ENV_MOBILE_DA_MARS = {
3564
3405
  ...ENV_MOBILE_COMMON_MARS,
3406
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3407
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3565
3408
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
3566
3409
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/da`,
3567
- API_URL: "https://api.mars.magmamath.com/v2",
3568
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3569
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3570
- CDN_HOST: "https://cdn.mars.magmamath.com",
3571
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3572
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3573
3410
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_DK",
3574
3411
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
3575
3412
  };
@@ -3591,8 +3428,7 @@ var ENV_MOBILE_DA_PROD = {
3591
3428
 
3592
3429
  // src/configs/env/parent-web/da/env.da.mars.ts
3593
3430
  var ENV_PARENT_WEB_DA_MARS = {
3594
- API_URL: "https://api.mars.magmamath.com/v2",
3595
- CDN_HOST: "https://cdn.mars.magmamath.com",
3431
+ ...ENV_PARENT_WEB_COMMON_MARS,
3596
3432
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/da`
3597
3433
  };
3598
3434
 
@@ -3611,17 +3447,11 @@ var ENV_PARENT_WEB_DA_VENUS = {
3611
3447
 
3612
3448
  // src/configs/env/auth-web/no/env.no.mars.ts
3613
3449
  var ENV_AUTH_WEB_NO_MARS = {
3450
+ ...ENV_AUTH_WEB_COMMON_MARS,
3451
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3452
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3614
3453
  ...PLATFORM_URLS.MARS,
3615
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/no`,
3616
- API_URL: "https://api.mars.magmamath.com/v2",
3617
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3618
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3619
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3620
- MAGMAMATH_URL: "https://www.magmamath.com",
3621
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3622
- INTERCOM_APP_ID: "tjidhu4j",
3623
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
3624
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
3454
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/no`
3625
3455
  };
3626
3456
 
3627
3457
  // src/configs/env/auth-web/no/env.no.prod.ts
@@ -3649,12 +3479,7 @@ var ENV_STUDENTS_WEB_NO_MARS = {
3649
3479
  ...ENV_STUDENTS_COMMON_MARS,
3650
3480
  ...PLATFORM_URLS.MARS,
3651
3481
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/no`,
3652
- API_URL: "https://api.mars.magmamath.com/v2",
3653
- CDN_HOST: "https://cdn.mars.magmamath.com",
3654
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_NO",
3655
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3656
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3657
- MAGMAMATH_URL: "https://www.magmamath.com"
3482
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_NO"
3658
3483
  };
3659
3484
 
3660
3485
  // src/configs/env/students-web/no/env.no.prod.ts
@@ -3682,12 +3507,7 @@ var ENV_TEACHERS_WEB_NO_MARS = {
3682
3507
  ...ENV_TEACHERS_COMMON_MARS,
3683
3508
  ...PLATFORM_URLS.MARS,
3684
3509
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/no`,
3685
- API_URL: "https://api.mars.magmamath.com/v2",
3686
- CDN_HOST: "https://cdn.mars.magmamath.com",
3687
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_NO",
3688
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3689
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3690
- MAGMAMATH_URL: "https://www.magmamath.com"
3510
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_NO"
3691
3511
  };
3692
3512
 
3693
3513
  // src/configs/env/teachers-web/no/env.no.prod.ts
@@ -3715,12 +3535,7 @@ var ENV_DISTRICT_NO_MARS = {
3715
3535
  ...ENV_DISTRICT_COMMON_MARS,
3716
3536
  ...PLATFORM_URLS.MARS,
3717
3537
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/no`,
3718
- API_URL: "https://api.mars.magmamath.com/v2",
3719
- CDN_HOST: "https://cdn.mars.magmamath.com",
3720
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_NO",
3721
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3722
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3723
- MAGMAMATH_URL: "https://www.magmamath.com"
3538
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_NO"
3724
3539
  };
3725
3540
 
3726
3541
  // src/configs/env/district-dash/no/env.no.prod.ts
@@ -3746,14 +3561,10 @@ var ENV_DISTRICT_NO_VENUS = {
3746
3561
  // src/configs/env/mobile/no/env.no.mars.ts
3747
3562
  var ENV_MOBILE_NO_MARS = {
3748
3563
  ...ENV_MOBILE_COMMON_MARS,
3564
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3565
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3749
3566
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
3750
3567
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/no`,
3751
- API_URL: "https://api.mars.magmamath.com/v2",
3752
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3753
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3754
- CDN_HOST: "https://cdn.mars.magmamath.com",
3755
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3756
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3757
3568
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_NO",
3758
3569
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
3759
3570
  };
@@ -3775,8 +3586,7 @@ var ENV_MOBILE_NO_PROD = {
3775
3586
 
3776
3587
  // src/configs/env/parent-web/no/env.no.mars.ts
3777
3588
  var ENV_PARENT_WEB_NO_MARS = {
3778
- API_URL: "https://api.mars.magmamath.com/v2",
3779
- CDN_HOST: "https://cdn.mars.magmamath.com",
3589
+ ...ENV_PARENT_WEB_COMMON_MARS,
3780
3590
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/no`
3781
3591
  };
3782
3592
 
@@ -3795,17 +3605,11 @@ var ENV_PARENT_WEB_NO_VENUS = {
3795
3605
 
3796
3606
  // src/configs/env/auth-web/nl/env.nl.mars.ts
3797
3607
  var ENV_AUTH_WEB_NL_MARS = {
3608
+ ...ENV_AUTH_WEB_COMMON_MARS,
3609
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3610
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3798
3611
  ...PLATFORM_URLS.MARS,
3799
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl`,
3800
- API_URL: "https://api.mars.magmamath.com/v2",
3801
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3802
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3803
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3804
- MAGMAMATH_URL: "https://www.magmamath.com",
3805
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3806
- INTERCOM_APP_ID: "tjidhu4j",
3807
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
3808
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
3612
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl`
3809
3613
  };
3810
3614
 
3811
3615
  // src/configs/env/auth-web/nl/env.nl.prod.ts
@@ -3833,12 +3637,7 @@ var ENV_STUDENTS_WEB_NL_MARS = {
3833
3637
  ...ENV_STUDENTS_COMMON_MARS,
3834
3638
  ...PLATFORM_URLS.MARS,
3835
3639
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl`,
3836
- API_URL: "https://api.mars.magmamath.com/v2",
3837
- CDN_HOST: "https://cdn.mars.magmamath.com",
3838
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_NL",
3839
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3840
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3841
- MAGMAMATH_URL: "https://www.magmamath.com"
3640
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_NL"
3842
3641
  };
3843
3642
 
3844
3643
  // src/configs/env/students-web/nl/env.nl.prod.ts
@@ -3866,12 +3665,7 @@ var ENV_TEACHERS_WEB_NL_MARS = {
3866
3665
  ...ENV_TEACHERS_COMMON_MARS,
3867
3666
  ...PLATFORM_URLS.MARS,
3868
3667
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl`,
3869
- API_URL: "https://api.mars.magmamath.com/v2",
3870
- CDN_HOST: "https://cdn.mars.magmamath.com",
3871
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_NL",
3872
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3873
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3874
- MAGMAMATH_URL: "https://www.magmamath.com"
3668
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_NL"
3875
3669
  };
3876
3670
 
3877
3671
  // src/configs/env/teachers-web/nl/env.nl.prod.ts
@@ -3899,12 +3693,7 @@ var ENV_DISTRICT_NL_MARS = {
3899
3693
  ...ENV_DISTRICT_COMMON_MARS,
3900
3694
  ...PLATFORM_URLS.MARS,
3901
3695
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl`,
3902
- API_URL: "https://api.mars.magmamath.com/v2",
3903
- CDN_HOST: "https://cdn.mars.magmamath.com",
3904
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_NL",
3905
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3906
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3907
- MAGMAMATH_URL: "https://www.magmamath.com"
3696
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_NL"
3908
3697
  };
3909
3698
 
3910
3699
  // src/configs/env/district-dash/nl/env.nl.prod.ts
@@ -3930,14 +3719,10 @@ var ENV_DISTRICT_NL_VENUS = {
3930
3719
  // src/configs/env/mobile/nl/env.nl.mars.ts
3931
3720
  var ENV_MOBILE_NL_MARS = {
3932
3721
  ...ENV_MOBILE_COMMON_MARS,
3722
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3723
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3933
3724
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
3934
3725
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl`,
3935
- API_URL: "https://api.mars.magmamath.com/v2",
3936
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3937
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3938
- CDN_HOST: "https://cdn.mars.magmamath.com",
3939
- SOCKET_URL: "https://sockets-mars.magmamath.com",
3940
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
3941
3726
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_NL",
3942
3727
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
3943
3728
  };
@@ -3959,8 +3744,7 @@ var ENV_MOBILE_NL_PROD = {
3959
3744
 
3960
3745
  // src/configs/env/parent-web/nl/env.nl.mars.ts
3961
3746
  var ENV_PARENT_WEB_NL_MARS = {
3962
- API_URL: "https://api.mars.magmamath.com/v2",
3963
- CDN_HOST: "https://cdn.mars.magmamath.com",
3747
+ ...ENV_PARENT_WEB_COMMON_MARS,
3964
3748
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl`
3965
3749
  };
3966
3750
 
@@ -3979,17 +3763,11 @@ var ENV_PARENT_WEB_NL_VENUS = {
3979
3763
 
3980
3764
  // src/configs/env/auth-web/fi/env.fi.mars.ts
3981
3765
  var ENV_AUTH_WEB_FI_MARS = {
3766
+ ...ENV_AUTH_WEB_COMMON_MARS,
3767
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3768
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
3982
3769
  ...PLATFORM_URLS.MARS,
3983
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fi`,
3984
- API_URL: "https://api.mars.magmamath.com/v2",
3985
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
3986
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
3987
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
3988
- MAGMAMATH_URL: "https://www.magmamath.com",
3989
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
3990
- INTERCOM_APP_ID: "tjidhu4j",
3991
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
3992
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
3770
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fi`
3993
3771
  };
3994
3772
 
3995
3773
  // src/configs/env/auth-web/fi/env.fi.prod.ts
@@ -4017,12 +3795,7 @@ var ENV_STUDENTS_WEB_FI_MARS = {
4017
3795
  ...ENV_STUDENTS_COMMON_MARS,
4018
3796
  ...PLATFORM_URLS.MARS,
4019
3797
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fi`,
4020
- API_URL: "https://api.mars.magmamath.com/v2",
4021
- CDN_HOST: "https://cdn.mars.magmamath.com",
4022
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_FI",
4023
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4024
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4025
- MAGMAMATH_URL: "https://www.magmamath.com"
3798
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_FI"
4026
3799
  };
4027
3800
 
4028
3801
  // src/configs/env/students-web/fi/env.fi.prod.ts
@@ -4050,12 +3823,7 @@ var ENV_TEACHERS_WEB_FI_MARS = {
4050
3823
  ...ENV_TEACHERS_COMMON_MARS,
4051
3824
  ...PLATFORM_URLS.MARS,
4052
3825
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fi`,
4053
- API_URL: "https://api.mars.magmamath.com/v2",
4054
- CDN_HOST: "https://cdn.mars.magmamath.com",
4055
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_FI",
4056
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4057
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4058
- MAGMAMATH_URL: "https://www.magmamath.com"
3826
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_FI"
4059
3827
  };
4060
3828
 
4061
3829
  // src/configs/env/teachers-web/fi/env.fi.prod.ts
@@ -4083,12 +3851,7 @@ var ENV_DISTRICT_FI_MARS = {
4083
3851
  ...ENV_DISTRICT_COMMON_MARS,
4084
3852
  ...PLATFORM_URLS.MARS,
4085
3853
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fi`,
4086
- API_URL: "https://api.mars.magmamath.com/v2",
4087
- CDN_HOST: "https://cdn.mars.magmamath.com",
4088
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_FI",
4089
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4090
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4091
- MAGMAMATH_URL: "https://www.magmamath.com"
3854
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_FI"
4092
3855
  };
4093
3856
 
4094
3857
  // src/configs/env/district-dash/fi/env.fi.prod.ts
@@ -4114,14 +3877,10 @@ var ENV_DISTRICT_FI_VENUS = {
4114
3877
  // src/configs/env/mobile/fi/env.fi.mars.ts
4115
3878
  var ENV_MOBILE_FI_MARS = {
4116
3879
  ...ENV_MOBILE_COMMON_MARS,
3880
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3881
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4117
3882
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
4118
3883
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fi`,
4119
- API_URL: "https://api.mars.magmamath.com/v2",
4120
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4121
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4122
- CDN_HOST: "https://cdn.mars.magmamath.com",
4123
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4124
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4125
3884
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_FI",
4126
3885
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
4127
3886
  };
@@ -4143,8 +3902,7 @@ var ENV_MOBILE_FI_PROD = {
4143
3902
 
4144
3903
  // src/configs/env/parent-web/fi/env.fi.mars.ts
4145
3904
  var ENV_PARENT_WEB_FI_MARS = {
4146
- API_URL: "https://api.mars.magmamath.com/v2",
4147
- CDN_HOST: "https://cdn.mars.magmamath.com",
3905
+ ...ENV_PARENT_WEB_COMMON_MARS,
4148
3906
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/fi`
4149
3907
  };
4150
3908
 
@@ -4163,17 +3921,11 @@ var ENV_PARENT_WEB_FI_VENUS = {
4163
3921
 
4164
3922
  // src/configs/env/auth-web/nl-be/env.nl-be.mars.ts
4165
3923
  var ENV_AUTH_WEB_NL_BE_MARS = {
3924
+ ...ENV_AUTH_WEB_COMMON_MARS,
3925
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
3926
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4166
3927
  ...PLATFORM_URLS.MARS,
4167
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl-be`,
4168
- API_URL: "https://api.mars.magmamath.com/v2",
4169
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4170
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4171
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4172
- MAGMAMATH_URL: "https://www.magmamath.com",
4173
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4174
- INTERCOM_APP_ID: "tjidhu4j",
4175
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
4176
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
3928
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl-be`
4177
3929
  };
4178
3930
 
4179
3931
  // src/configs/env/auth-web/nl-be/env.nl-be.prod.ts
@@ -4201,12 +3953,7 @@ var ENV_STUDENTS_WEB_NL_BE_MARS = {
4201
3953
  ...ENV_STUDENTS_COMMON_MARS,
4202
3954
  ...PLATFORM_URLS.MARS,
4203
3955
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl-be`,
4204
- API_URL: "https://api.mars.magmamath.com/v2",
4205
- CDN_HOST: "https://cdn.mars.magmamath.com",
4206
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_NL_BE",
4207
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4208
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4209
- MAGMAMATH_URL: "https://www.magmamath.com"
3956
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_NL_BE"
4210
3957
  };
4211
3958
 
4212
3959
  // src/configs/env/students-web/nl-be/env.nl-be.prod.ts
@@ -4234,12 +3981,7 @@ var ENV_TEACHERS_WEB_NL_BE_MARS = {
4234
3981
  ...ENV_TEACHERS_COMMON_MARS,
4235
3982
  ...PLATFORM_URLS.MARS,
4236
3983
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl-be`,
4237
- API_URL: "https://api.mars.magmamath.com/v2",
4238
- CDN_HOST: "https://cdn.mars.magmamath.com",
4239
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_NL_BE",
4240
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4241
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4242
- MAGMAMATH_URL: "https://www.magmamath.com"
3984
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_NL_BE"
4243
3985
  };
4244
3986
 
4245
3987
  // src/configs/env/teachers-web/nl-be/env.nl-be.prod.ts
@@ -4267,12 +4009,7 @@ var ENV_DISTRICT_NL_BE_MARS = {
4267
4009
  ...ENV_DISTRICT_COMMON_MARS,
4268
4010
  ...PLATFORM_URLS.MARS,
4269
4011
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl-be`,
4270
- API_URL: "https://api.mars.magmamath.com/v2",
4271
- CDN_HOST: "https://cdn.mars.magmamath.com",
4272
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_NL_BE",
4273
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4274
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4275
- MAGMAMATH_URL: "https://www.magmamath.com"
4012
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_NL_BE"
4276
4013
  };
4277
4014
 
4278
4015
  // src/configs/env/district-dash/nl-be/env.nl-be.prod.ts
@@ -4298,14 +4035,10 @@ var ENV_DISTRICT_NL_BE_VENUS = {
4298
4035
  // src/configs/env/mobile/nl-be/env.nl-be.mars.ts
4299
4036
  var ENV_MOBILE_NL_BE_MARS = {
4300
4037
  ...ENV_MOBILE_COMMON_MARS,
4038
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4039
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4301
4040
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
4302
4041
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl-be`,
4303
- API_URL: "https://api.mars.magmamath.com/v2",
4304
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4305
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4306
- CDN_HOST: "https://cdn.mars.magmamath.com",
4307
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4308
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4309
4042
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_NL_BE",
4310
4043
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
4311
4044
  };
@@ -4327,8 +4060,7 @@ var ENV_MOBILE_NL_BE_PROD = {
4327
4060
 
4328
4061
  // src/configs/env/parent-web/nl-be/env.nl-be.mars.ts
4329
4062
  var ENV_PARENT_WEB_NL_BE_MARS = {
4330
- API_URL: "https://api.mars.magmamath.com/v2",
4331
- CDN_HOST: "https://cdn.mars.magmamath.com",
4063
+ ...ENV_PARENT_WEB_COMMON_MARS,
4332
4064
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/nl-be`
4333
4065
  };
4334
4066
 
@@ -4347,17 +4079,11 @@ var ENV_PARENT_WEB_NL_BE_VENUS = {
4347
4079
 
4348
4080
  // src/configs/env/auth-web/ie/env.ie.mars.ts
4349
4081
  var ENV_AUTH_WEB_IE_MARS = {
4082
+ ...ENV_AUTH_WEB_COMMON_MARS,
4083
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4084
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4350
4085
  ...PLATFORM_URLS.MARS,
4351
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ie`,
4352
- API_URL: "https://api.mars.magmamath.com/v2",
4353
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4354
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4355
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4356
- MAGMAMATH_URL: "https://www.magmamath.com",
4357
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4358
- INTERCOM_APP_ID: "tjidhu4j",
4359
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
4360
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
4086
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ie`
4361
4087
  };
4362
4088
 
4363
4089
  // src/configs/env/auth-web/ie/env.ie.prod.ts
@@ -4385,12 +4111,7 @@ var ENV_STUDENTS_WEB_IE_MARS = {
4385
4111
  ...ENV_STUDENTS_COMMON_MARS,
4386
4112
  ...PLATFORM_URLS.MARS,
4387
4113
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ie`,
4388
- API_URL: "https://api.mars.magmamath.com/v2",
4389
- CDN_HOST: "https://cdn.mars.magmamath.com",
4390
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_IE",
4391
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4392
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4393
- MAGMAMATH_URL: "https://www.magmamath.com"
4114
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_IE"
4394
4115
  };
4395
4116
 
4396
4117
  // src/configs/env/students-web/ie/env.ie.prod.ts
@@ -4418,12 +4139,7 @@ var ENV_TEACHERS_WEB_IE_MARS = {
4418
4139
  ...ENV_TEACHERS_COMMON_MARS,
4419
4140
  ...PLATFORM_URLS.MARS,
4420
4141
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ie`,
4421
- API_URL: "https://api.mars.magmamath.com/v2",
4422
- CDN_HOST: "https://cdn.mars.magmamath.com",
4423
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_IE",
4424
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4425
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4426
- MAGMAMATH_URL: "https://www.magmamath.com"
4142
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_IE"
4427
4143
  };
4428
4144
 
4429
4145
  // src/configs/env/teachers-web/ie/env.ie.prod.ts
@@ -4451,12 +4167,7 @@ var ENV_DISTRICT_IE_MARS = {
4451
4167
  ...ENV_DISTRICT_COMMON_MARS,
4452
4168
  ...PLATFORM_URLS.MARS,
4453
4169
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ie`,
4454
- API_URL: "https://api.mars.magmamath.com/v2",
4455
- CDN_HOST: "https://cdn.mars.magmamath.com",
4456
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_IE",
4457
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4458
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4459
- MAGMAMATH_URL: "https://www.magmamath.com"
4170
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_IE"
4460
4171
  };
4461
4172
 
4462
4173
  // src/configs/env/district-dash/ie/env.ie.prod.ts
@@ -4482,14 +4193,10 @@ var ENV_DISTRICT_IE_VENUS = {
4482
4193
  // src/configs/env/mobile/ie/env.ie.mars.ts
4483
4194
  var ENV_MOBILE_IE_MARS = {
4484
4195
  ...ENV_MOBILE_COMMON_MARS,
4196
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4197
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4485
4198
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
4486
4199
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ie`,
4487
- API_URL: "https://api.mars.magmamath.com/v2",
4488
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4489
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4490
- CDN_HOST: "https://cdn.mars.magmamath.com",
4491
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4492
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4493
4200
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_IE",
4494
4201
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
4495
4202
  };
@@ -4511,8 +4218,7 @@ var ENV_MOBILE_IE_PROD = {
4511
4218
 
4512
4219
  // src/configs/env/parent-web/ie/env.ie.mars.ts
4513
4220
  var ENV_PARENT_WEB_IE_MARS = {
4514
- API_URL: "https://api.mars.magmamath.com/v2",
4515
- CDN_HOST: "https://cdn.mars.magmamath.com",
4221
+ ...ENV_PARENT_WEB_COMMON_MARS,
4516
4222
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ie`
4517
4223
  };
4518
4224
 
@@ -4531,17 +4237,11 @@ var ENV_PARENT_WEB_IE_VENUS = {
4531
4237
 
4532
4238
  // src/configs/env/auth-web/is/env.is.mars.ts
4533
4239
  var ENV_AUTH_WEB_IS_MARS = {
4240
+ ...ENV_AUTH_WEB_COMMON_MARS,
4241
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4242
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4534
4243
  ...PLATFORM_URLS.MARS,
4535
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/is`,
4536
- API_URL: "https://api.mars.magmamath.com/v2",
4537
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4538
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4539
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4540
- MAGMAMATH_URL: "https://www.magmamath.com",
4541
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4542
- INTERCOM_APP_ID: "tjidhu4j",
4543
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
4544
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
4244
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/is`
4545
4245
  };
4546
4246
 
4547
4247
  // src/configs/env/auth-web/is/env.is.prod.ts
@@ -4569,12 +4269,7 @@ var ENV_STUDENTS_WEB_IS_MARS = {
4569
4269
  ...ENV_STUDENTS_COMMON_MARS,
4570
4270
  ...PLATFORM_URLS.MARS,
4571
4271
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/is`,
4572
- API_URL: "https://api.mars.magmamath.com/v2",
4573
- CDN_HOST: "https://cdn.mars.magmamath.com",
4574
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_IS",
4575
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4576
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4577
- MAGMAMATH_URL: "https://www.magmamath.com"
4272
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_IS"
4578
4273
  };
4579
4274
 
4580
4275
  // src/configs/env/students-web/is/env.is.prod.ts
@@ -4602,12 +4297,7 @@ var ENV_TEACHERS_WEB_IS_MARS = {
4602
4297
  ...ENV_TEACHERS_COMMON_MARS,
4603
4298
  ...PLATFORM_URLS.MARS,
4604
4299
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/is`,
4605
- API_URL: "https://api.mars.magmamath.com/v2",
4606
- CDN_HOST: "https://cdn.mars.magmamath.com",
4607
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_IS",
4608
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4609
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4610
- MAGMAMATH_URL: "https://www.magmamath.com"
4300
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_IS"
4611
4301
  };
4612
4302
 
4613
4303
  // src/configs/env/teachers-web/is/env.is.prod.ts
@@ -4635,12 +4325,7 @@ var ENV_DISTRICT_IS_MARS = {
4635
4325
  ...ENV_DISTRICT_COMMON_MARS,
4636
4326
  ...PLATFORM_URLS.MARS,
4637
4327
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/is`,
4638
- API_URL: "https://api.mars.magmamath.com/v2",
4639
- CDN_HOST: "https://cdn.mars.magmamath.com",
4640
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_IS",
4641
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4642
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4643
- MAGMAMATH_URL: "https://www.magmamath.com"
4328
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_IS"
4644
4329
  };
4645
4330
 
4646
4331
  // src/configs/env/district-dash/is/env.is.prod.ts
@@ -4666,14 +4351,10 @@ var ENV_DISTRICT_IS_VENUS = {
4666
4351
  // src/configs/env/mobile/is/env.is.mars.ts
4667
4352
  var ENV_MOBILE_IS_MARS = {
4668
4353
  ...ENV_MOBILE_COMMON_MARS,
4354
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4355
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4669
4356
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
4670
4357
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/is`,
4671
- API_URL: "https://api.mars.magmamath.com/v2",
4672
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4673
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4674
- CDN_HOST: "https://cdn.mars.magmamath.com",
4675
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4676
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4677
4358
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_IS",
4678
4359
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
4679
4360
  };
@@ -4695,8 +4376,7 @@ var ENV_MOBILE_IS_PROD = {
4695
4376
 
4696
4377
  // src/configs/env/parent-web/is/env.is.mars.ts
4697
4378
  var ENV_PARENT_WEB_IS_MARS = {
4698
- API_URL: "https://api.mars.magmamath.com/v2",
4699
- CDN_HOST: "https://cdn.mars.magmamath.com",
4379
+ ...ENV_PARENT_WEB_COMMON_MARS,
4700
4380
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/is`
4701
4381
  };
4702
4382
 
@@ -4715,17 +4395,11 @@ var ENV_PARENT_WEB_IS_VENUS = {
4715
4395
 
4716
4396
  // src/configs/env/auth-web/sv-fi/env.sv-fi.mars.ts
4717
4397
  var ENV_AUTH_WEB_SV_FI_MARS = {
4398
+ ...ENV_AUTH_WEB_COMMON_MARS,
4399
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4400
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4718
4401
  ...PLATFORM_URLS.MARS,
4719
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/sv-fi`,
4720
- API_URL: "https://api.mars.magmamath.com/v2",
4721
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4722
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4723
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4724
- MAGMAMATH_URL: "https://www.magmamath.com",
4725
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4726
- INTERCOM_APP_ID: "tjidhu4j",
4727
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
4728
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
4402
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/sv-fi`
4729
4403
  };
4730
4404
 
4731
4405
  // src/configs/env/auth-web/sv-fi/env.sv-fi.prod.ts
@@ -4753,12 +4427,7 @@ var ENV_STUDENTS_WEB_SV_FI_MARS = {
4753
4427
  ...ENV_STUDENTS_COMMON_MARS,
4754
4428
  ...PLATFORM_URLS.MARS,
4755
4429
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/sv-fi`,
4756
- API_URL: "https://api.mars.magmamath.com/v2",
4757
- CDN_HOST: "https://cdn.mars.magmamath.com",
4758
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_SV_FI",
4759
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4760
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4761
- MAGMAMATH_URL: "https://www.magmamath.com"
4430
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_SV_FI"
4762
4431
  };
4763
4432
 
4764
4433
  // src/configs/env/students-web/sv-fi/env.sv-fi.prod.ts
@@ -4786,12 +4455,7 @@ var ENV_TEACHERS_WEB_SV_FI_MARS = {
4786
4455
  ...ENV_TEACHERS_COMMON_MARS,
4787
4456
  ...PLATFORM_URLS.MARS,
4788
4457
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/sv-fi`,
4789
- API_URL: "https://api.mars.magmamath.com/v2",
4790
- CDN_HOST: "https://cdn.mars.magmamath.com",
4791
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_SV_FI",
4792
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4793
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4794
- MAGMAMATH_URL: "https://www.magmamath.com"
4458
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_SV_FI"
4795
4459
  };
4796
4460
 
4797
4461
  // src/configs/env/teachers-web/sv-fi/env.sv-fi.prod.ts
@@ -4819,12 +4483,7 @@ var ENV_DISTRICT_SV_FI_MARS = {
4819
4483
  ...ENV_DISTRICT_COMMON_MARS,
4820
4484
  ...PLATFORM_URLS.MARS,
4821
4485
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/sv-fi`,
4822
- API_URL: "https://api.mars.magmamath.com/v2",
4823
- CDN_HOST: "https://cdn.mars.magmamath.com",
4824
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_SV_FI",
4825
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4826
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4827
- MAGMAMATH_URL: "https://www.magmamath.com"
4486
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_SV_FI"
4828
4487
  };
4829
4488
 
4830
4489
  // src/configs/env/district-dash/sv-fi/env.sv-fi.prod.ts
@@ -4850,14 +4509,10 @@ var ENV_DISTRICT_SV_FI_VENUS = {
4850
4509
  // src/configs/env/mobile/sv-fi/env.sv-fi.mars.ts
4851
4510
  var ENV_MOBILE_SV_FI_MARS = {
4852
4511
  ...ENV_MOBILE_COMMON_MARS,
4512
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4513
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4853
4514
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
4854
4515
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/sv-fi`,
4855
- API_URL: "https://api.mars.magmamath.com/v2",
4856
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4857
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4858
- CDN_HOST: "https://cdn.mars.magmamath.com",
4859
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4860
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4861
4516
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_SV_FI",
4862
4517
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
4863
4518
  };
@@ -4879,8 +4534,7 @@ var ENV_MOBILE_SV_FI_PROD = {
4879
4534
 
4880
4535
  // src/configs/env/parent-web/sv-fi/env.sv-fi.mars.ts
4881
4536
  var ENV_PARENT_WEB_SV_FI_MARS = {
4882
- API_URL: "https://api.mars.magmamath.com/v2",
4883
- CDN_HOST: "https://cdn.mars.magmamath.com",
4537
+ ...ENV_PARENT_WEB_COMMON_MARS,
4884
4538
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/sv-fi`
4885
4539
  };
4886
4540
 
@@ -4899,17 +4553,11 @@ var ENV_PARENT_WEB_SV_FI_VENUS = {
4899
4553
 
4900
4554
  // src/configs/env/auth-web/at/env.at.mars.ts
4901
4555
  var ENV_AUTH_WEB_AT_MARS = {
4556
+ ...ENV_AUTH_WEB_COMMON_MARS,
4557
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4558
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
4902
4559
  ...PLATFORM_URLS.MARS,
4903
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/at`,
4904
- API_URL: "https://api.mars.magmamath.com/v2",
4905
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
4906
- MAGMAMATH_URL: "https://www.magmamath.com",
4907
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
4908
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
4909
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
4910
- INTERCOM_APP_ID: "tjidhu4j",
4911
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
4912
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
4560
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/at`
4913
4561
  };
4914
4562
 
4915
4563
  // src/configs/env/auth-web/at/env.at.prod.ts
@@ -4937,12 +4585,7 @@ var ENV_STUDENTS_WEB_AT_MARS = {
4937
4585
  ...ENV_STUDENTS_COMMON_MARS,
4938
4586
  ...PLATFORM_URLS.MARS,
4939
4587
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/at`,
4940
- API_URL: "https://api.mars.magmamath.com/v2",
4941
- CDN_HOST: "https://cdn.mars.magmamath.com",
4942
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_AT",
4943
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4944
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4945
- MAGMAMATH_URL: "https://www.magmamath.com"
4588
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_AT"
4946
4589
  };
4947
4590
 
4948
4591
  // src/configs/env/students-web/at/env.at.prod.ts
@@ -4970,12 +4613,7 @@ var ENV_TEACHERS_WEB_AT_MARS = {
4970
4613
  ...ENV_TEACHERS_COMMON_MARS,
4971
4614
  ...PLATFORM_URLS.MARS,
4972
4615
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/at`,
4973
- API_URL: "https://api.mars.magmamath.com/v2",
4974
- CDN_HOST: "https://cdn.mars.magmamath.com",
4975
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_AT",
4976
- SOCKET_URL: "https://sockets-mars.magmamath.com",
4977
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
4978
- MAGMAMATH_URL: "https://www.magmamath.com"
4616
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_AT"
4979
4617
  };
4980
4618
 
4981
4619
  // src/configs/env/teachers-web/at/env.at.prod.ts
@@ -5003,12 +4641,7 @@ var ENV_DISTRICT_AT_MARS = {
5003
4641
  ...ENV_DISTRICT_COMMON_MARS,
5004
4642
  ...PLATFORM_URLS.MARS,
5005
4643
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/at`,
5006
- API_URL: "https://api.mars.magmamath.com/v2",
5007
- CDN_HOST: "https://cdn.mars.magmamath.com",
5008
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_AT",
5009
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5010
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5011
- MAGMAMATH_URL: "https://www.magmamath.com"
4644
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_AT"
5012
4645
  };
5013
4646
 
5014
4647
  // src/configs/env/district-dash/at/env.at.prod.ts
@@ -5034,15 +4667,11 @@ var ENV_DISTRICT_AT_VENUS = {
5034
4667
  // src/configs/env/mobile/at/env.at.mars.ts
5035
4668
  var ENV_MOBILE_AT_MARS = {
5036
4669
  ...ENV_MOBILE_COMMON_MARS,
4670
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4671
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5037
4672
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
5038
4673
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/at`,
5039
- API_URL: "https://api.mars.magmamath.com/v2",
5040
- CDN_HOST: "https://cdn.mars.magmamath.com",
5041
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5042
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5043
4674
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_AT",
5044
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5045
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5046
4675
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
5047
4676
  };
5048
4677
 
@@ -5063,8 +4692,7 @@ var ENV_MOBILE_AT_PROD = {
5063
4692
 
5064
4693
  // src/configs/env/parent-web/at/env.at.mars.ts
5065
4694
  var ENV_PARENT_WEB_AT_MARS = {
5066
- API_URL: "https://api.mars.magmamath.com/v2",
5067
- CDN_HOST: "https://cdn.mars.magmamath.com",
4695
+ ...ENV_PARENT_WEB_COMMON_MARS,
5068
4696
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/at`
5069
4697
  };
5070
4698
 
@@ -5083,17 +4711,11 @@ var ENV_PARENT_WEB_AT_VENUS = {
5083
4711
 
5084
4712
  // src/configs/env/auth-web/ch/env.ch.mars.ts
5085
4713
  var ENV_AUTH_WEB_CH_MARS = {
4714
+ ...ENV_AUTH_WEB_COMMON_MARS,
4715
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4716
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5086
4717
  ...PLATFORM_URLS.MARS,
5087
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ch`,
5088
- API_URL: "https://api.mars.magmamath.com/v2",
5089
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5090
- MAGMAMATH_URL: "https://www.magmamath.com",
5091
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
5092
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5093
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5094
- INTERCOM_APP_ID: "tjidhu4j",
5095
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
5096
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
4718
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ch`
5097
4719
  };
5098
4720
 
5099
4721
  // src/configs/env/auth-web/ch/env.ch.prod.ts
@@ -5121,12 +4743,7 @@ var ENV_STUDENTS_WEB_CH_MARS = {
5121
4743
  ...ENV_STUDENTS_COMMON_MARS,
5122
4744
  ...PLATFORM_URLS.MARS,
5123
4745
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ch`,
5124
- API_URL: "https://api.mars.magmamath.com/v2",
5125
- CDN_HOST: "https://cdn.mars.magmamath.com",
5126
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_CH",
5127
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5128
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5129
- MAGMAMATH_URL: "https://www.magmamath.com"
4746
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_CH"
5130
4747
  };
5131
4748
 
5132
4749
  // src/configs/env/students-web/ch/env.ch.prod.ts
@@ -5154,12 +4771,7 @@ var ENV_TEACHERS_WEB_CH_MARS = {
5154
4771
  ...ENV_TEACHERS_COMMON_MARS,
5155
4772
  ...PLATFORM_URLS.MARS,
5156
4773
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ch`,
5157
- API_URL: "https://api.mars.magmamath.com/v2",
5158
- CDN_HOST: "https://cdn.mars.magmamath.com",
5159
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_CH",
5160
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5161
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5162
- MAGMAMATH_URL: "https://www.magmamath.com"
4774
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_CH"
5163
4775
  };
5164
4776
 
5165
4777
  // src/configs/env/teachers-web/ch/env.ch.prod.ts
@@ -5187,12 +4799,7 @@ var ENV_DISTRICT_CH_MARS = {
5187
4799
  ...ENV_DISTRICT_COMMON_MARS,
5188
4800
  ...PLATFORM_URLS.MARS,
5189
4801
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ch`,
5190
- API_URL: "https://api.mars.magmamath.com/v2",
5191
- CDN_HOST: "https://cdn.mars.magmamath.com",
5192
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_CH",
5193
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5194
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5195
- MAGMAMATH_URL: "https://www.magmamath.com"
4802
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_CH"
5196
4803
  };
5197
4804
 
5198
4805
  // src/configs/env/district-dash/ch/env.ch.prod.ts
@@ -5218,15 +4825,11 @@ var ENV_DISTRICT_CH_VENUS = {
5218
4825
  // src/configs/env/mobile/ch/env.ch.mars.ts
5219
4826
  var ENV_MOBILE_CH_MARS = {
5220
4827
  ...ENV_MOBILE_COMMON_MARS,
4828
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4829
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5221
4830
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
5222
4831
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ch`,
5223
- API_URL: "https://api.mars.magmamath.com/v2",
5224
- CDN_HOST: "https://cdn.mars.magmamath.com",
5225
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5226
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5227
4832
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_CH",
5228
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5229
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5230
4833
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
5231
4834
  };
5232
4835
 
@@ -5247,8 +4850,7 @@ var ENV_MOBILE_CH_PROD = {
5247
4850
 
5248
4851
  // src/configs/env/parent-web/ch/env.ch.mars.ts
5249
4852
  var ENV_PARENT_WEB_CH_MARS = {
5250
- API_URL: "https://api.mars.magmamath.com/v2",
5251
- CDN_HOST: "https://cdn.mars.magmamath.com",
4853
+ ...ENV_PARENT_WEB_COMMON_MARS,
5252
4854
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ch`
5253
4855
  };
5254
4856
 
@@ -5267,17 +4869,11 @@ var ENV_PARENT_WEB_CH_VENUS = {
5267
4869
 
5268
4870
  // src/configs/env/auth-web/es/env.es.mars.ts
5269
4871
  var ENV_AUTH_WEB_ES_MARS = {
4872
+ ...ENV_AUTH_WEB_COMMON_MARS,
4873
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4874
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5270
4875
  ...PLATFORM_URLS.MARS,
5271
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/es`,
5272
- API_URL: "https://api.mars.magmamath.com/v2",
5273
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5274
- MAGMAMATH_URL: "https://www.magmamath.com",
5275
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
5276
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5277
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5278
- INTERCOM_APP_ID: "tjidhu4j",
5279
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
5280
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
4876
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/es`
5281
4877
  };
5282
4878
 
5283
4879
  // src/configs/env/auth-web/es/env.es.prod.ts
@@ -5305,12 +4901,7 @@ var ENV_STUDENTS_WEB_ES_MARS = {
5305
4901
  ...ENV_STUDENTS_COMMON_MARS,
5306
4902
  ...PLATFORM_URLS.MARS,
5307
4903
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/es`,
5308
- API_URL: "https://api.mars.magmamath.com/v2",
5309
- CDN_HOST: "https://cdn.mars.magmamath.com",
5310
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_ES",
5311
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5312
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5313
- MAGMAMATH_URL: "https://www.magmamath.com"
4904
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_ES"
5314
4905
  };
5315
4906
 
5316
4907
  // src/configs/env/students-web/es/env.es.prod.ts
@@ -5338,12 +4929,7 @@ var ENV_TEACHERS_WEB_ES_MARS = {
5338
4929
  ...ENV_TEACHERS_COMMON_MARS,
5339
4930
  ...PLATFORM_URLS.MARS,
5340
4931
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/es`,
5341
- API_URL: "https://api.mars.magmamath.com/v2",
5342
- CDN_HOST: "https://cdn.mars.magmamath.com",
5343
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_ES",
5344
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5345
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5346
- MAGMAMATH_URL: "https://www.magmamath.com"
4932
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_ES"
5347
4933
  };
5348
4934
 
5349
4935
  // src/configs/env/teachers-web/es/env.es.prod.ts
@@ -5371,12 +4957,7 @@ var ENV_DISTRICT_ES_MARS = {
5371
4957
  ...ENV_DISTRICT_COMMON_MARS,
5372
4958
  ...PLATFORM_URLS.MARS,
5373
4959
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/es`,
5374
- API_URL: "https://api.mars.magmamath.com/v2",
5375
- CDN_HOST: "https://cdn.mars.magmamath.com",
5376
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_ES",
5377
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5378
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5379
- MAGMAMATH_URL: "https://www.magmamath.com"
4960
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_ES"
5380
4961
  };
5381
4962
 
5382
4963
  // src/configs/env/district-dash/es/env.es.prod.ts
@@ -5402,15 +4983,11 @@ var ENV_DISTRICT_ES_VENUS = {
5402
4983
  // src/configs/env/mobile/es/env.es.mars.ts
5403
4984
  var ENV_MOBILE_ES_MARS = {
5404
4985
  ...ENV_MOBILE_COMMON_MARS,
4986
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
4987
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5405
4988
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
5406
4989
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/es`,
5407
- API_URL: "https://api.mars.magmamath.com/v2",
5408
- CDN_HOST: "https://cdn.mars.magmamath.com",
5409
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5410
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5411
4990
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_ES",
5412
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5413
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5414
4991
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
5415
4992
  };
5416
4993
 
@@ -5431,8 +5008,7 @@ var ENV_MOBILE_ES_PROD = {
5431
5008
 
5432
5009
  // src/configs/env/parent-web/es/env.es.mars.ts
5433
5010
  var ENV_PARENT_WEB_ES_MARS = {
5434
- API_URL: "https://api.mars.magmamath.com/v2",
5435
- CDN_HOST: "https://cdn.mars.magmamath.com",
5011
+ ...ENV_PARENT_WEB_COMMON_MARS,
5436
5012
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/es`
5437
5013
  };
5438
5014
 
@@ -5451,17 +5027,11 @@ var ENV_PARENT_WEB_ES_VENUS = {
5451
5027
 
5452
5028
  // src/configs/env/auth-web/pt/env.pt.mars.ts
5453
5029
  var ENV_AUTH_WEB_PT_MARS = {
5030
+ ...ENV_AUTH_WEB_COMMON_MARS,
5031
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
5032
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5454
5033
  ...PLATFORM_URLS.MARS,
5455
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pt`,
5456
- API_URL: "https://api.mars.magmamath.com/v2",
5457
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5458
- MAGMAMATH_URL: "https://www.magmamath.com",
5459
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
5460
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5461
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5462
- INTERCOM_APP_ID: "tjidhu4j",
5463
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
5464
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
5034
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pt`
5465
5035
  };
5466
5036
 
5467
5037
  // src/configs/env/auth-web/pt/env.pt.prod.ts
@@ -5489,12 +5059,7 @@ var ENV_STUDENTS_WEB_PT_MARS = {
5489
5059
  ...ENV_STUDENTS_COMMON_MARS,
5490
5060
  ...PLATFORM_URLS.MARS,
5491
5061
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pt`,
5492
- API_URL: "https://api.mars.magmamath.com/v2",
5493
- CDN_HOST: "https://cdn.mars.magmamath.com",
5494
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_PT",
5495
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5496
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5497
- MAGMAMATH_URL: "https://www.magmamath.com"
5062
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_PT"
5498
5063
  };
5499
5064
 
5500
5065
  // src/configs/env/students-web/pt/env.pt.prod.ts
@@ -5522,12 +5087,7 @@ var ENV_TEACHERS_WEB_PT_MARS = {
5522
5087
  ...ENV_TEACHERS_COMMON_MARS,
5523
5088
  ...PLATFORM_URLS.MARS,
5524
5089
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pt`,
5525
- API_URL: "https://api.mars.magmamath.com/v2",
5526
- CDN_HOST: "https://cdn.mars.magmamath.com",
5527
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_PT",
5528
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5529
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5530
- MAGMAMATH_URL: "https://www.magmamath.com"
5090
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_PT"
5531
5091
  };
5532
5092
 
5533
5093
  // src/configs/env/teachers-web/pt/env.pt.prod.ts
@@ -5555,12 +5115,7 @@ var ENV_DISTRICT_PT_MARS = {
5555
5115
  ...ENV_DISTRICT_COMMON_MARS,
5556
5116
  ...PLATFORM_URLS.MARS,
5557
5117
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pt`,
5558
- API_URL: "https://api.mars.magmamath.com/v2",
5559
- CDN_HOST: "https://cdn.mars.magmamath.com",
5560
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_PT",
5561
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5562
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5563
- MAGMAMATH_URL: "https://www.magmamath.com"
5118
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_PT"
5564
5119
  };
5565
5120
 
5566
5121
  // src/configs/env/district-dash/pt/env.pt.prod.ts
@@ -5586,15 +5141,11 @@ var ENV_DISTRICT_PT_VENUS = {
5586
5141
  // src/configs/env/mobile/pt/env.pt.mars.ts
5587
5142
  var ENV_MOBILE_PT_MARS = {
5588
5143
  ...ENV_MOBILE_COMMON_MARS,
5144
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
5145
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5589
5146
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
5590
5147
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pt`,
5591
- API_URL: "https://api.mars.magmamath.com/v2",
5592
- CDN_HOST: "https://cdn.mars.magmamath.com",
5593
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5594
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5595
5148
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_PT",
5596
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5597
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5598
5149
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
5599
5150
  };
5600
5151
 
@@ -5615,8 +5166,7 @@ var ENV_MOBILE_PT_PROD = {
5615
5166
 
5616
5167
  // src/configs/env/parent-web/pt/env.pt.mars.ts
5617
5168
  var ENV_PARENT_WEB_PT_MARS = {
5618
- API_URL: "https://api.mars.magmamath.com/v2",
5619
- CDN_HOST: "https://cdn.mars.magmamath.com",
5169
+ ...ENV_PARENT_WEB_COMMON_MARS,
5620
5170
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/pt`
5621
5171
  };
5622
5172
 
@@ -5635,19 +5185,13 @@ var ENV_PARENT_WEB_PT_VENUS = {
5635
5185
 
5636
5186
  // src/configs/env/auth-web/us/eu_main/env.us.mars.ts
5637
5187
  var ENV_AUTH_WEB_US_EU_MAIN_MARS = {
5188
+ ...ENV_AUTH_WEB_COMMON_MARS,
5189
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
5190
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5638
5191
  ...PLATFORM_URLS.MARS,
5639
- API_URL: "https://api.mars.magmamath.com/v2",
5640
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5641
- MAGMAMATH_URL: "https://www.magmamath.com",
5642
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
5643
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5644
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5645
- CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
5646
- CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
5647
- SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
5648
- INTERCOM_APP_ID: "tjidhu4j",
5649
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
5650
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
5192
+ CLEVER_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/clever",
5193
+ CLASS_LINK_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/edlink-classlink",
5194
+ SCHOOLOGY_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/edlink"
5651
5195
  };
5652
5196
 
5653
5197
  // src/configs/env/auth-web/us/eu_main/env.us.prod.ts
@@ -5673,19 +5217,13 @@ var ENV_AUTH_WEB_US_EU_MAIN_VENUS = {
5673
5217
 
5674
5218
  // src/configs/env/auth-web/ca/eu_main/env.ca.mars.ts
5675
5219
  var ENV_AUTH_WEB_CA_EU_MAIN_MARS = {
5220
+ ...ENV_AUTH_WEB_COMMON_MARS,
5221
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
5222
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5676
5223
  ...PLATFORM_URLS.MARS,
5677
- API_URL: "https://api.mars.magmamath.com/v2",
5678
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5679
- MAGMAMATH_URL: "https://www.magmamath.com",
5680
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
5681
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5682
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5683
- CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
5684
- CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
5685
- SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
5686
- INTERCOM_APP_ID: "tjidhu4j",
5687
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
5688
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
5224
+ CLEVER_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/clever",
5225
+ CLASS_LINK_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/edlink-classlink",
5226
+ SCHOOLOGY_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/edlink"
5689
5227
  };
5690
5228
 
5691
5229
  // src/configs/env/auth-web/ca/eu_main/env.ca.prod.ts
@@ -5713,12 +5251,7 @@ var ENV_AUTH_WEB_CA_EU_MAIN_VENUS = {
5713
5251
  var ENV_STUDENTS_WEB_US_EU_MAIN_MARS = {
5714
5252
  ...ENV_STUDENTS_COMMON_MARS,
5715
5253
  ...PLATFORM_URLS.MARS,
5716
- API_URL: "https://api.mars.magmamath.com/v2",
5717
- CDN_HOST: "https://cdn.mars.magmamath.com",
5718
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_US",
5719
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5720
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5721
- MAGMAMATH_URL: "https://www.magmamath.com"
5254
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_US"
5722
5255
  };
5723
5256
 
5724
5257
  // src/configs/env/students-web/us/eu_main/env.us.prod.ts
@@ -5744,13 +5277,7 @@ var ENV_STUDENTS_WEB_US_EU_MAIN_VENUS = {
5744
5277
  var ENV_STUDENTS_WEB_CA_EU_MAIN_MARS = {
5745
5278
  ...ENV_STUDENTS_COMMON_MARS,
5746
5279
  ...PLATFORM_URLS.MARS,
5747
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5748
- API_URL: "https://api.mars.magmamath.com/v2",
5749
- CDN_HOST: "https://cdn.mars.magmamath.com",
5750
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_CA",
5751
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5752
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5753
- MAGMAMATH_URL: "https://www.magmamath.com"
5280
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_CA"
5754
5281
  };
5755
5282
 
5756
5283
  // src/configs/env/students-web/ca/eu_main/env.ca.prod.ts
@@ -5776,12 +5303,7 @@ var ENV_STUDENTS_WEB_CA_EU_MAIN_VENUS = {
5776
5303
  var ENV_TEACHERS_WEB_US_EU_MAIN_MARS = {
5777
5304
  ...ENV_TEACHERS_COMMON_MARS,
5778
5305
  ...PLATFORM_URLS.MARS,
5779
- API_URL: "https://api.mars.magmamath.com/v2",
5780
- CDN_HOST: "https://cdn.mars.magmamath.com",
5781
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_US",
5782
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5783
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5784
- MAGMAMATH_URL: "https://www.magmamath.com"
5306
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_US"
5785
5307
  };
5786
5308
 
5787
5309
  // src/configs/env/teachers-web/us/eu_main/env.us.prod.ts
@@ -5807,13 +5329,7 @@ var ENV_TEACHERS_WEB_US_EU_MAIN_VENUS = {
5807
5329
  var ENV_TEACHERS_WEB_CA_EU_MAIN_MARS = {
5808
5330
  ...ENV_TEACHERS_COMMON_MARS,
5809
5331
  ...PLATFORM_URLS.MARS,
5810
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5811
- API_URL: "https://api.mars.magmamath.com/v2",
5812
- CDN_HOST: "https://cdn.mars.magmamath.com",
5813
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_CA",
5814
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5815
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5816
- MAGMAMATH_URL: "https://www.magmamath.com"
5332
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_CA"
5817
5333
  };
5818
5334
 
5819
5335
  // src/configs/env/teachers-web/ca/eu_main/env.ca.prod.ts
@@ -5839,12 +5355,7 @@ var ENV_TEACHERS_WEB_CA_EU_MAIN_VENUS = {
5839
5355
  var ENV_DISTRICT_US_EU_MAIN_MARS = {
5840
5356
  ...ENV_DISTRICT_COMMON_MARS,
5841
5357
  ...PLATFORM_URLS.MARS,
5842
- API_URL: "https://api.mars.magmamath.com/v2",
5843
- CDN_HOST: "https://cdn.mars.magmamath.com",
5844
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_US",
5845
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5846
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5847
- MAGMAMATH_URL: "https://www.magmamath.com"
5358
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_US"
5848
5359
  };
5849
5360
 
5850
5361
  // src/configs/env/district-dash/us/eu_main/env.us.prod.ts
@@ -5870,13 +5381,7 @@ var ENV_DISTRICT_US_EU_MAIN_VENUS = {
5870
5381
  var ENV_DISTRICT_CA_EU_MAIN_MARS = {
5871
5382
  ...ENV_DISTRICT_COMMON_MARS,
5872
5383
  ...PLATFORM_URLS.MARS,
5873
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5874
- API_URL: "https://api.mars.magmamath.com/v2",
5875
- CDN_HOST: "https://cdn.mars.magmamath.com",
5876
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_CA",
5877
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5878
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5879
- MAGMAMATH_URL: "https://www.magmamath.com"
5384
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_CA"
5880
5385
  };
5881
5386
 
5882
5387
  // src/configs/env/district-dash/ca/eu_main/env.ca.prod.ts
@@ -5901,18 +5406,14 @@ var ENV_DISTRICT_CA_EU_MAIN_VENUS = {
5901
5406
  // src/configs/env/mobile/us/eu_main/env.us.mars.ts
5902
5407
  var ENV_MOBILE_US_EU_MAIN_MARS = {
5903
5408
  ...ENV_MOBILE_COMMON_MARS,
5409
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
5410
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5904
5411
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
5905
5412
  AUTH_WEB_URL: PLATFORM_URLS.MARS.AUTH_WEB_URL,
5906
- API_URL: "https://api.mars.magmamath.com/v2",
5907
- CDN_HOST: "https://cdn.mars.magmamath.com",
5908
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5909
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5910
5413
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_US",
5911
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5912
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5913
- CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
5914
- SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
5915
- CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
5414
+ CLASS_LINK_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/edlink-classlink",
5415
+ SCHOOLOGY_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/edlink",
5416
+ CLEVER_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/clever",
5916
5417
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
5917
5418
  };
5918
5419
 
@@ -5938,19 +5439,14 @@ var ENV_MOBILE_US_EU_MAIN_PROD = {
5938
5439
  // src/configs/env/mobile/ca/eu_main/env.ca.mars.ts
5939
5440
  var ENV_MOBILE_CA_EU_MAIN_MARS = {
5940
5441
  ...ENV_MOBILE_COMMON_MARS,
5941
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
5442
+ GOOGLE_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/google",
5443
+ MICROSOFT_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/microsoft",
5942
5444
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
5943
5445
  AUTH_WEB_URL: PLATFORM_URLS.MARS.AUTH_WEB_URL,
5944
- API_URL: "https://api.mars.magmamath.com/v2",
5945
- CDN_HOST: "https://cdn.mars.magmamath.com",
5946
- SOCKET_URL: "https://sockets-mars.magmamath.com",
5947
- WEBSOCKETS_URL: "https://websockets.mars.magmamath.com",
5948
5446
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_CA",
5949
- GOOGLE_AUTH: "https://api.mars.magmamath.com/v2/auth/google",
5950
- MICROSOFT_AUTH: "https://api.mars.magmamath.com/v2/auth/microsoft",
5951
- CLASS_LINK_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink-classlink",
5952
- SCHOOLOGY_AUTH: "https://api.mars.magmamath.com/v2/auth/edlink",
5953
- CLEVER_AUTH: "https://api.mars.magmamath.com/v2/auth/clever",
5447
+ CLASS_LINK_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/edlink-classlink",
5448
+ SCHOOLOGY_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/edlink",
5449
+ CLEVER_AUTH: "https://api.eu.mars.magmamath.com/v2/auth/clever",
5954
5450
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
5955
5451
  };
5956
5452
 
@@ -5975,8 +5471,7 @@ var ENV_MOBILE_CA_EU_MAIN_PROD = {
5975
5471
 
5976
5472
  // src/configs/env/parent-web/us/eu_main/env.us.mars.ts
5977
5473
  var ENV_PARENT_WEB_US_EU_MAIN_MARS = {
5978
- API_URL: "https://api.mars.magmamath.com/v2",
5979
- CDN_HOST: "https://cdn.mars.magmamath.com",
5474
+ ...ENV_PARENT_WEB_COMMON_MARS,
5980
5475
  AUTH_WEB_URL: PLATFORM_URLS.MARS.AUTH_WEB_URL
5981
5476
  };
5982
5477
 
@@ -5995,8 +5490,7 @@ var ENV_PARENT_WEB_US_EU_MAIN_VENUS = {
5995
5490
 
5996
5491
  // src/configs/env/parent-web/ca/eu_main/env.ca.mars.ts
5997
5492
  var ENV_PARENT_WEB_CA_EU_MAIN_MARS = {
5998
- API_URL: "https://api.mars.magmamath.com/v2",
5999
- CDN_HOST: "https://cdn.mars.magmamath.com",
5493
+ ...ENV_PARENT_WEB_COMMON_MARS,
6000
5494
  AUTH_WEB_URL: PLATFORM_URLS.MARS.AUTH_WEB_URL
6001
5495
  };
6002
5496
 
@@ -6015,15 +5509,9 @@ var ENV_PARENT_WEB_CA_EU_MAIN_VENUS = {
6015
5509
 
6016
5510
  // src/configs/env/auth-web/ckb/env.ckb.mars.ts
6017
5511
  var ENV_AUTH_WEB_IQ_MARS = {
5512
+ ...ENV_AUTH_WEB_COMMON_MARS,
6018
5513
  ...PLATFORM_URLS.MARS,
6019
- AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ckb`,
6020
- API_URL: "https://api.mars.magmamath.com/v2",
6021
- CDN_HOST_TRANSLATIONS: "https://cdn.magmamath.com/translations",
6022
- MAGMAMATH_URL: "https://www.magmamath.com",
6023
- TOS_URL: "https://www.magmamath.com/legal-documents/terms-of-use",
6024
- INTERCOM_APP_ID: "tjidhu4j",
6025
- TOLGEE_API_URL: "https://tolgee.matteappen.se",
6026
- TOLGEE_API_KEY: "tgpak_gnptczbqmfzw6mtphbug2olign2wc4djgy2wmmdvnjrgq"
5514
+ AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ckb`
6027
5515
  };
6028
5516
 
6029
5517
  // src/configs/env/auth-web/ckb/env.ckb.prod.ts
@@ -6049,12 +5537,7 @@ var ENV_STUDENTS_WEB_IQ_MARS = {
6049
5537
  ...ENV_STUDENTS_COMMON_MARS,
6050
5538
  ...PLATFORM_URLS.MARS,
6051
5539
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ckb`,
6052
- API_URL: "https://api.mars.magmamath.com/v2",
6053
- CDN_HOST: "https://cdn.mars.magmamath.com",
6054
- LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_IQ",
6055
- SOCKET_URL: "https://sockets-mars.magmamath.com",
6056
- WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
6057
- MAGMAMATH_URL: "https://www.magmamath.com"
5540
+ LOGGLY_TAG: "STUDENTS_WEB_MARS,STUDENTS_WEB_MARS_IQ"
6058
5541
  };
6059
5542
 
6060
5543
  // src/configs/env/students-web/ckb/env.ckb.prod.ts
@@ -6082,12 +5565,7 @@ var ENV_TEACHERS_WEB_IQ_MARS = {
6082
5565
  ...ENV_TEACHERS_COMMON_MARS,
6083
5566
  ...PLATFORM_URLS.MARS,
6084
5567
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ckb`,
6085
- API_URL: "https://api.mars.magmamath.com/v2",
6086
- CDN_HOST: "https://cdn.mars.magmamath.com",
6087
- LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_IQ",
6088
- SOCKET_URL: "https://sockets-mars.magmamath.com",
6089
- WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
6090
- MAGMAMATH_URL: "https://www.magmamath.com"
5568
+ LOGGLY_TAG: "TEACHERS_WEB_MARS,TEACHERS_WEB_MARS_IQ"
6091
5569
  };
6092
5570
 
6093
5571
  // src/configs/env/teachers-web/ckb/env.ckb.prod.ts
@@ -6115,12 +5593,7 @@ var ENV_DISTRICT_IQ_MARS = {
6115
5593
  ...ENV_DISTRICT_COMMON_MARS,
6116
5594
  ...PLATFORM_URLS.MARS,
6117
5595
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ckb`,
6118
- API_URL: "https://api.mars.magmamath.com/v2",
6119
- CDN_HOST: "https://cdn.mars.magmamath.com",
6120
- LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_IQ",
6121
- SOCKET_URL: "https://sockets-mars.magmamath.com",
6122
- WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
6123
- MAGMAMATH_URL: "https://www.magmamath.com"
5596
+ LOGGLY_TAG: "DISTRICT_WEB_MARS,DISTRICT_WEB_MARS_IQ"
6124
5597
  };
6125
5598
 
6126
5599
  // src/configs/env/district-dash/ckb/env.ckb.prod.ts
@@ -6148,10 +5621,6 @@ var ENV_MOBILE_IQ_MARS = {
6148
5621
  ...ENV_MOBILE_COMMON_MARS,
6149
5622
  TEACHERS_WEB_URL: PLATFORM_URLS.MARS.TEACHERS_WEB_URL,
6150
5623
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ckb`,
6151
- API_URL: "https://api.mars.magmamath.com/v2",
6152
- CDN_HOST: "https://cdn.mars.magmamath.com",
6153
- SOCKET_URL: "https://sockets-mars.magmamath.com",
6154
- WEBSOCKETS_URL: "https://websockets.mars.matteappen.se",
6155
5624
  LOGGLY_TAG: "MOBILE_MARS,MOBILE_MARS_IQ",
6156
5625
  PROBLEM_CREATOR_URL: `${PLATFORM_URLS.MARS.TEACHERS_WEB_URL}/content/react-native/problems/add`
6157
5626
  };
@@ -6171,8 +5640,7 @@ var ENV_MOBILE_IQ_PROD = {
6171
5640
 
6172
5641
  // src/configs/env/parent-web/ckb/env.ckb.mars.ts
6173
5642
  var ENV_PARENT_WEB_IQ_MARS = {
6174
- API_URL: "https://api.mars.magmamath.com/v2",
6175
- CDN_HOST: "https://cdn.mars.magmamath.com",
5643
+ ...ENV_PARENT_WEB_COMMON_MARS,
6176
5644
  AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ckb`
6177
5645
  };
6178
5646