Skip to content

Commit 4db761a

Browse files
committed
Resolve Conflict
2 parents bee90d7 + f669671 commit 4db761a

File tree

247 files changed

+9152
-3217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+9152
-3217
lines changed

README.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Mifos X Web App is a modern single-page application (SPA) built on top of the Mi
1212

1313
## Quick Links
1414

15-
- [Live Demo](https://sandbox.mifos.community/#/login) (Updated nightly)
15+
- [Live Demo](https://sandbox.mifos.community/#/login) (Updated nightly ** System is restored every 6 hours **)
1616
- [GitHub Repository](https://github.com/openMF/web-app)
1717
- [Slack Channel](https://app.slack.com/client/T0F5GHE8Y/CJJGJLN10)
1818
- [Jira Board of Mifos](https://mifosforge.jira.com/jira/your-work)
@@ -185,10 +185,29 @@ Available languages:
185185

186186
#### UI Display Settings
187187

188-
| Variable | Description | Default Value |
189-
| ----------------------------- | ------------------------------------- | ------------- |
190-
| MIFOS_DISPLAY_TENANT_SELECTOR | Display tenant selector in Login view | true |
191-
| MIFOS_DISPLAY_BACKEND_INFO | Display backend info in footer | true |
188+
| Variable | Description | Default Value |
189+
| ---------------------------------- | ------------------------------------- | ------------- |
190+
| MIFOS_DISPLAY_TENANT_SELECTOR | Display tenant selector in Login view | true |
191+
| MIFOS_DISPLAY_BACKEND_INFO | Display backend info in footer | true |
192+
| MIFOS_ALLOW_SERVER_SWITCH_SELECTOR | Display DNS server list | true |
193+
194+
#### OAUTH Settings
195+
196+
| Variable | Description | Default Value |
197+
| -------------------------- | ------------------------------ | ------------- |
198+
| MIFOS_OAUTH_SERVER_ENABLED | Enable the use of Oauth server | false |
199+
| MIFOS_OAUTH_SERVER_URL | Set the Oauth server URL | |
200+
| MIFOS_OAUTH_CLIENT_ID | Set the Client Id | |
201+
202+
#### OIDC Settings
203+
204+
| Variable | Description | Default Value |
205+
| --------------------------------- | ------------------------------ | ------------- |
206+
| FINERACT_PLUGIN_OIDC_ENABLED | Enable the use of Oidc server | false |
207+
| FINERACT_PLUGIN_OIDC_BASE_URL | Set the Oidc server URL | |
208+
| FINERACT_PLUGIN_OIDC_CLIENT_ID | Set the Client Id | |
209+
| FINERACT_PLUGIN_OIDC_API_URL | Set the Client API URL | |
210+
| FINERACT_PLUGIN_OIDC_FRONTEND_URL | Set the Front End URL callback | |
192211

193212
For more detailed configuration options, refer to the `env.sample` file in the root directory of the project.
194213

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ services:
2323
- MIFOS_DEFAULT_LANGUAGE=en-US
2424
- MIFOS_SUPPORTED_LANGUAGES=cs-CS,de-DE,en-US,es-MX,es-CL,fr-FR,it-IT,ko-KO,lt-LT,lv-LV,ne-NE,pt-PT,sw-SW
2525
- MIFOS_SESSION_IDLE_TIMEOUT=300000
26-
- MIFOS_OAUTH_SERVER_ENABLED=false
26+
- MIFOS_PRELOAD_CLIENTS=true
27+
- MIFOS_DEFAULT_CHAR_DELIMITER=,

e2e/cypress/integration/spec.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/**
22
* For a detailed explanation regarding each configuration property, visit:
33
* https://jestjs.io/docs/configuration
44
*/

0 commit comments

Comments
 (0)