Skip to content

Commit

Permalink
Feature/1332 enable on-us transfers (mojaloop#738)
Browse files Browse the repository at this point in the history
* Added ENABLE_ON_US_TRANSFERS

* Bumped up the version
  • Loading branch information
vijayg10 authored Jun 9, 2020
1 parent 8ccd688 commit e75e06f
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 72 deletions.
1 change: 1 addition & 0 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
]
},
"INTERNAL_TRANSFER_VALIDITY_SECONDS": "432000",
"ENABLE_ON_US_TRANSFERS": false,
"CACHE": {
"CACHE_ENABLED": false,
"MAX_BYTE_SIZE": 10000000,
Expand Down
1 change: 1 addition & 0 deletions docker/central-ledger/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
]
},
"INTERNAL_TRANSFER_VALIDITY_SECONDS": "432000",
"ENABLE_ON_US_TRANSFERS": false,
"CACHE": {
"CACHE_ENABLED": false,
"MAX_BYTE_SIZE": 10000000,
Expand Down
Loading

0 comments on commit e75e06f

Please sign in to comment.