summaryrefslogtreecommitdiff
path: root/local-proxy.json
blob: 236265072221e1e7d10b47e9167e4197754cfdb3 (plain)
1
2
3
4
5
6
7
8
9
{
  "triangle": {
    "hostname": "localhost",
    "key": "./.creds/localhost-key.pem",
    "cert": "./.creds/localhost.pem",
    "source": 6006,
    "target": 8000
  }
}