From 9ea48c660db693c12407786152cbb9f217891591 Mon Sep 17 00:00:00 2001 From: giri Date: Wed, 7 Mar 2018 19:27:28 +0530 Subject: 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 --- sms-quorum/src/smsquorum/config.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sms-quorum/src/smsquorum/config.json') 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 -- cgit 1.2.3-korg