-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,16 @@ | ||
|
||
# Default values for the Mifos API | ||
# You can override these values by creating secrets.properties file in the root directory of the project | ||
## Update DEMO_SERVER_CONFIG according below mentioned your server config | ||
|
||
PROTOCOL_HTTPS = https:// | ||
# PROTOCOL_HTTPS=https:// | ||
# API_ENDPOINT=demo.mifos.community | ||
# API_PATH=/fineract-provider/api/v1/ | ||
# PORT=80 | ||
# TENANT=default | ||
|
||
API_ENDPOINT = demo.mifos.community | ||
# Separated By Comma (,) Without Space like below | ||
# PROTOCOL_HTTPS,API_ENDPOINT,API_PATH,PORT,TENANT | ||
|
||
API_PATH = /fineract-provider/api/v1/ | ||
|
||
PORT = 80 | ||
|
||
TENANT = default | ||
DEMO_SERVER_CONFIG="https://,demo.mifos.community,/fineract-provider/api/v1/,80,default" | ||
|
||
# Provide GEO API Key | ||
GEO_API_KEY = AIzaSyAZTZqvDGyyw21z2Ee7N-dE_WuZQwKL0bs | ||
|
||
DEMO_SERVER_CONFIG = "https://,demo.mifos.community,/fineract-provider/api/v1/,80,default" | ||
|
||
#SERVER_CONFIG = "${PROTOCOL_HTTPS}" | ||
# | ||
#SERVER_CONFIGs = '${PROTOCOL_HTTPS}' | ||
# | ||
#SERVER_CONFIGt = '\PROTOCOL_HTTPS\' | ||
# | ||
#SERVER_CONFIGD = \${PROTOCOL_HTTPS} | ||
# | ||
#SERVER_CONFIGe = $PROTOCOL_HTTPS | ||
|
||
#SERVER_CONFIGf = "\"{$PROTOCOL_HTTPS}\"" | ||
GEO_API_KEY=AIzaSyAZTZqvDGyyw21z2Ee7N-dE_WuZQwKL0 |