You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,52 @@ When using the development server with basic authentication:
132
132
-**Build for production:**`ng build --configuration production` or `npm run build:prod`
133
133
-**Get Angular CLI help:**`ng help`
134
134
135
+
## Proxy Configuration
136
+
137
+
The web app includes a proxy configuration (`proxy.conf.js`) that allows you to forward API requests to a remote Fineract backend during local development. This helps avoid CORS issues and enables you to work against production-like environments.
138
+
139
+
### Using the Sandbox Proxy (Default)
140
+
141
+
By default, the proxy forwards `/fineract-provider` requests to the Mifos sandbox environment:
142
+
143
+
-**Target:**`https://sandbox.mifos.community`
144
+
-**API Endpoint:**`https://apis.mifos.community` (exposed in the sandbox)
0 commit comments