summaryrefslogtreecommitdiffstats
path: root/sms-quorum/src/smsquorum/config.json
diff options
context:
space:
mode:
authorgiri <hg0071052@techmahindra.com>2018-03-07 19:27:28 +0530
committergiri <hg0071052@techmahindra.com>2018-03-08 19:50:36 +0530
commit9ea48c660db693c12407786152cbb9f217891591 (patch)
tree787d46fbfe1607f2747bfa4f8ebbf15223a9a453 /sms-quorum/src/smsquorum/config.json
parent361878db0deea8e42cbeabf576c6fa4aa858f35e (diff)
Updated the URL with sms service url
Updated Quorum client with correct url of sms service and tls configuration,urls with https Change-Id: Ifb957497426b5a1fa085bcc7f300e09de34dade4 Issue-ID: AAF-130 Signed-off-by: giri <hg0071052@techmahindra.com>
Diffstat (limited to 'sms-quorum/src/smsquorum/config.json')
-rw-r--r--sms-quorum/src/smsquorum/config.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/sms-quorum/src/smsquorum/config.json b/sms-quorum/src/smsquorum/config.json
index 7c0f138..1b2e4df 100644
--- a/sms-quorum/src/smsquorum/config.json
+++ b/sms-quorum/src/smsquorum/config.json
@@ -1,4 +1,8 @@
{
+ "url":"https://localhost:10443/",
+ "cafile": "selfsignedca.pem",
+ "clientcert":"client.crt",
+ "clientkey":"client.key",
"key":"UHFFY0l6WDhZVlErbGxvWitFVWpUL3FCV083NXRra1B2TDVBblN4VE5mYz0=",
"timeout":"60s"
} \ No newline at end of file