Skip to content

Commit cc3ba4e

Browse files
committed
Change to mifos.community
1 parent cf869aa commit cc3ba4e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ FINERACT_API_URLS
126126
Value to set a Fineract server list (environments) to be used, Default value:
127127

128128
```
129-
https://dev.mifos.io,https://demo.mifos.io,https://qa.mifos.io,https://staging.mifos.io,https://mobile.mifos.io,https://demo.fineract.dev,https://localhost:8443
129+
https://sandbox.mifos.community,https://demo.mifos.community,https://localhost:8443
130130
```
131131

132132
```

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
ports:
1616
- '4200:80'
1717
environment:
18-
- FINERACT_API_URLS=https://dev.mifos.io,https://demo.mifos.io,https://qa.mifos.io,https://staging.mifos.io,https://mobile.mifos.io,https://demo.fineract.dev,https://localhost:8443
18+
- FINERACT_API_URLS=https://sandbox.mifos.community,https://demo.mifos.community,https://localhost:8443
1919
- FINERACT_API_URL=https://localhost:8443
2020
- FINERACT_API_PROVIDER=/fineract-provider/api
2121
- FINERACT_API_VERSION=/v1

env.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Fineract URLs list delimited by colon
3-
FINERACT_API_URLS=https://dev.mifos.io,https://demo.mifos.io,https://qa.mifos.io,https://staging.mifos.io,https://mobile.mifos.io,https://demo.fineract.dev,https://localhost:8443
3+
FINERACT_API_URLS=https://sandbox.mifos.community,https://demo.mifos.community,https://localhost:8443
44

55
FINERACT_API_URL=https://localhost:8443
66

src/environments/environment.prod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const environment = {
1414
// For connecting to others servers running elsewhere update the base API URL
1515
baseApiUrls:
1616
loadedEnv['fineractApiUrls'] ||
17-
'https://dev.mifos.io,https://demo.mifos.io,https://qa.mifos.io,https://staging.mifos.io,https://mobile.mifos.io,https://demo.fineract.dev,https://localhost:8443',
17+
'https://https://sandbox.mifos.community,https://demo.mifos.community,https://localhost:8443',
1818
// For connecting to server running elsewhere set the base API URL
1919
baseApiUrl: loadedEnv['fineractApiUrl'] || window.location.protocol + '//' + window.location.hostname,
2020
oauthServerUrl: loadedEnv['oauthServerUrl'] || loadedEnv['fineractApiUrl'] + loadedEnv['apiProvider'],

src/environments/environment.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const environment = {
1919
// For connecting to others servers running elsewhere update the base API URL
2020
baseApiUrls:
2121
loadedEnv['fineractApiUrls'] ||
22-
'https://dev.mifos.io,https://demo.mifos.io,https://qa.mifos.io,https://staging.mifos.io,https://mobile.mifos.io,https://demo.fineract.dev,https://localhost:8443,' +
22+
'https://sandbox.mifos.community,https://demo.mifos.community,https://localhost:8443,' +
2323
window.location.protocol +
2424
'//' +
2525
window.location.hostname +

0 commit comments

Comments
 (0)