openMF / web-app

Mifos X Web App is the revamped version of the Mifos X Community App built on top of the Fineract Platform leveraging the popular Angular framework.
https://openmf.github.io/web-app/
Mozilla Public License 2.0
230 stars 533 forks source link

Ability to configure targeted server via environment variables #1393

Closed galovics closed 2 years ago

galovics commented 2 years ago

Is your feature request related to a problem? Please describe. Currently there's no way to configure the targeted fineract server via environment variables. The only way to change it is via editing the web-app.components.ts and environment.prod.ts files but it's definitely more cumbersome than just providing an environment variable configuration.

Describe the solution you'd like Be able to configure the targeted server via environment variable for the docker image and for the frontend application. If only a single server is configured, the server selector on the login screen should not be visible.

bharathcgowda commented 2 years ago

issue is fixed