mirror of
https://github.com/openMF/web-app.git
synced 2026-02-06 17:46:48 +00:00
48 lines
1.5 KiB
Plaintext
48 lines
1.5 KiB
Plaintext
|
|
# Fineract URLs list delimited by colon
|
|
FINERACT_API_URLS=https://sandbox.mifos.community,https://demo.mifos.community,https://localhost:8443
|
|
|
|
FINERACT_API_URL=https://localhost:8443
|
|
|
|
FINERACT_API_PROVIDER=/fineract-provider/api
|
|
|
|
FINERACT_API_VERSION=/v1
|
|
|
|
FINERACT_PLATFORM_TENANT_IDENTIFIER=default
|
|
|
|
# Tenant Identifiers list delimited by comma
|
|
FINERACT_PLATFORM_TENANTS_IDENTIFIER=default
|
|
|
|
# Tenant Logo URL - supports external URLs (e.g., https://example.com/logo.png) or local paths. Leave empty to use default tenant-specific logos
|
|
TENANT_LOGO_URL=
|
|
|
|
# Documentation base URL for in-app help links
|
|
MIFOS_DOCUMENTATION_BASE_URL=https://mifosforge.jira.com/wiki
|
|
|
|
MIFOS_DEFAULT_LANGUAGE=en-US
|
|
|
|
MIFOS_SUPPORTED_LANGUAGES=cs-CS,de-DE,en-US,es-MX,fr-FR,it-IT,ko-KO,lt-LT,lv-LV,ne-NE,pt-PT
|
|
|
|
MIFOS_PRELOAD_CLIENTS=true
|
|
|
|
MIFOS_DEFAULT_CHAR_DELIMITER=,
|
|
|
|
#Set to true for enabling the Oauth
|
|
MIFOS_OAUTH_SERVER_ENABLED=false
|
|
|
|
#Set the URL of the Oauth server, only used while Oauth is enabled
|
|
MIFOS_OAUTH_SERVER_URL=https://{$URL_OAUTH_SERVER}
|
|
|
|
#Set the application client id, only used while Oauth is enabled
|
|
MIFOS_OAUTH_CLIENT_ID=web-app
|
|
|
|
#Enable or Disable HTTP Cache
|
|
MIFOS_HTTP_CACHE_ENABLED=true
|
|
|
|
# Hide client data information (set to true to mask client names)
|
|
MIFOS_COMPLIANCE_HIDE_CLIENT_DATA=false
|
|
|
|
# Production mode - when true, shows minimal hero with only branding at bottom
|
|
# Set to true for financial institutions that want a clean, professional look
|
|
MIFOS_PRODUCTION_MODE=false
|