Modified readme (#3130)

updated the Url port from localhost:9000 to localhost:9002
This commit is contained in:
Teneng Clifford 2019-11-14 19:58:59 +01:00 committed by Awasum Yannick
parent 6baca92954
commit cb283cdd1f

View File

@ -65,15 +65,15 @@ Edit the value of property "security" in <a href="https://github.com/openMF/comm
### Connecting to a MifosX Platform running on a different host:
By default, when the app is running from the local filesystem, it will connect to the platform (mifosng-provider REST API) deployed on demo.openmf.org.
By default, when the app is running from the local filesystem, it will connect to the platform (fineract-provider REST API) deployed on demo.openmf.org.
The app connects to the platform running on the same host/port when deployed on a server.
If you want to connect to the API running elsewhere, then append the baseApiUrl and tenantIdentifier as query parameters,
e.g. http://localhost:9000/?baseApiUrl=https://localhost:8443&tenantIdentifier=default
e.g. http://localhost:9002/?baseApiUrl=https://localhost:8443&tenantIdentifier=default
e.g. http://localhost:9000/?baseApiUrl=https://demo.openmf.org&tenantIdentifier=default
e.g. http://localhost:9002/?baseApiUrl=https://demo.openmf.org&tenantIdentifier=default
## Adding dependencies