@@ -15,14 +15,14 @@ const getEnvValue = (key: string, fallback: any) => {
1515export const environment : IEnvironment = {
1616 name : getEnvValue ( 'name' , 'Multi-Tenant Portal' ) ,
1717 production : getEnvValue ( 'production' , false ) ,
18- contentHost : getEnvValue ( 'contentHost' , '' ) ,
18+ contentHost : getEnvValue ( 'contentHost' , 'https://portal.mauritius.igotkarmayogi.gov.in ' ) ,
1919 contentBucket : getEnvValue ( 'contentBucket' , 'assets/public' ) ,
2020 baseUrl : getEnvValue ( 'baseUrl' , '' ) ,
21- portalURL : getEnvValue ( 'portalURL' , '' ) ,
22- learnerPortalURL : getEnvValue ( 'portalURL' , '' ) ,
23- telmetryUrl : getEnvValue ( 'telmetryUrl' , '' ) ,
21+ portalURL : getEnvValue ( 'portalURL' , 'https://portal.mauritius.igotkarmayogi.gov.in ' ) ,
22+ learnerPortalURL : getEnvValue ( 'portalURL' , 'https://portal.mauritius.igotkarmayogi.gov.in ' ) ,
23+ telmetryUrl : getEnvValue ( 'telmetryUrl' , 'https://mauritius.igotkarmayogi.gov.in ' ) ,
2424 tenantName : getEnvValue ( 'tenantName' , 'tenant4' ) ,
25- igotUrl : getEnvValue ( 'igotUrl' , '' ) ,
25+ igotUrl : getEnvValue ( 'igotUrl' , 'https://igotkarmayogi.gov.in ' ) ,
2626}
2727interface IEnvironment {
2828 name : string ,
0 commit comments