@@ -15,12 +15,12 @@ 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' , 'https://portal.dev.karmayogibharat.net ' ) ,
18+ contentHost : getEnvValue ( 'contentHost' , '' ) ,
1919 contentBucket : getEnvValue ( 'contentBucket' , 'assets/public' ) ,
20- baseUrl : getEnvValue ( 'baseUrl' , 'https://iiidem.dev.karmayogibharat.net ' ) ,
21- portalURL : getEnvValue ( 'portalURL' , 'https://iiidem-portal.dev.karmayogibharat.net ' ) ,
22- learnerPortalURL : getEnvValue ( 'portalURL' , 'https://portal.dev.karmayogibharat.net ' ) ,
23- telmetryUrl : getEnvValue ( 'telmetryUrl' , 'https://iiidem-portal.dev.karmayogibharat.net ' ) ,
20+ baseUrl : getEnvValue ( 'baseUrl' , '' ) ,
21+ portalURL : getEnvValue ( 'portalURL' , '' ) ,
22+ learnerPortalURL : getEnvValue ( 'portalURL' , '' ) ,
23+ telmetryUrl : getEnvValue ( 'telmetryUrl' , '' ) ,
2424}
2525interface IEnvironment {
2626 name : string ,
0 commit comments