diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-04-05 11:54:20 -0700 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-04-05 12:40:56 -0700 |
commit | c4150670d35e36457ff5f793accae615627e55c8 (patch) | |
tree | d1fbc3c5e20d48c4e11038e31a226c79650272df /sms-service/src/quorumclient/config.json | |
parent | 978daf3d407d1d7991946d97dbb48011e7b4f6bc (diff) |
renaming folder to match go executable
Renaming folder from smsquorum to quorumclient
Added quorumclient build as part of the makefile
Will upload another patch in ci-management that
will call the new parent makefile
Issue-ID: AAF-213
Change-Id: Ib85ac6b9dc454fc1447cf2221a555d7a7552efa5
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'sms-service/src/quorumclient/config.json')
-rw-r--r-- | sms-service/src/quorumclient/config.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sms-service/src/quorumclient/config.json b/sms-service/src/quorumclient/config.json new file mode 100644 index 0000000..1b2e4df --- /dev/null +++ b/sms-service/src/quorumclient/config.json @@ -0,0 +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 |