mirror of
https://github.com/openMF/web-app.git
synced 2026-02-06 14:11:48 +00:00
WEB-646 Use the official Mifos logo in the login page (#3069)
This commit is contained in:
parent
fc710ff3cf
commit
b875408c86
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user