Created
May 31, 2018 11:11
-
-
Save sirpy/9d69b61328d668ef6f1dc30a9a7103a1 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
{ | |
"ApplicationConfiguration": { | |
"Paths": { | |
"Chain": "Chain_{0}", | |
"CertCache": "Certs" | |
}, | |
"P2P": { | |
"Port": 20333, | |
"WsPort": 20334 | |
}, | |
"Urls": { | |
"AddressUrl": "https://10.10.190.237/address/{0}", | |
"AssetUrl": "https://10.10.190.237/api/test_net/v1/get_asset/{0}", | |
"TransactionUrl": "https://10.10.190.237/transaction/{0}" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment