summaryrefslogtreecommitdiffstats
path: root/sms-service/src/sms/smsconfig.json.template
blob: 7eb491659f4404c30e170fd62c185e294e016e5e (plain)
1
2
3
4
5
6
7
8
9
{
    "cafile":     "auth/selfsignedca.pem",
    "servercert": "auth/server.cert",
    "serverkey":  "auth/server.key",

    "smsdbaddress":     "http://localhost:8200",
    "vaulttoken":       "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
    "smsdburlenv" :     "SMSDB_URL"
}