diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index ca48d01b2..61c313085 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -62,7 +62,7 @@ export const environment = { displayTenantSelector: loadedEnv['displayTenantSelector'] || 'true', /** Production mode - when true, shows minimal hero with only branding at bottom */ productionMode: loadedEnv['productionMode'] === 'true' || loadedEnv['productionMode'] === true || false, - tenantLogoUrl: loadedEnv['tenantLogoUrl'] || 'assets/images/mifos_lg-logo.jpg', + tenantLogoUrl: loadedEnv['tenantLogoUrl'] || 'assets/images/default_home.png', documentationBaseUrl: loadedEnv['documentationBaseUrl'] || 'https://mifosforge.jira.com/wiki', // Time in seconds, default 60 seconds waitTimeForNotifications: loadedEnv['waitTimeForNotifications'] || 60,