Last active
May 30, 2020 18:14
-
-
Save gauravat16/74eb8bd7102ca0825a2afcd505fce355 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| ribbon.client.name=payment-gateway | |
| payment-gateway.ribbon.eureka.enabled=false | |
| gateway.abcGatewayPingURL=test-stage.abc.in/ping | |
| gateway.xyzGatewayPingURL=test.xyz.in/ping | |
| #These ratios allows us to favour one gateway over another | |
| gateway.abcGatewayRatio=0.5 | |
| gateway.xyzGatewayRatio=0.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment