aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/components/aaf-sms/components/aaf-sms-quorumclient/resources/config/config.json
blob: 3a43f0001905b8707142d26fabd1f19ec27aa619 (plain)
1
2
3
4
5
6
7
{
    "url":"https://aaf-sms.{{ include "common.namespace" . }}:10443",
    "cafile": "/quorumclient/certs/aaf_root_ca.cer",
    "clientcert":"client.cert",
    "clientkey":"client.key",
    "timeout":"10s"
}