summaryrefslogtreecommitdiff
path: root/local-proxy.json
diff options
context:
space:
mode:
Diffstat (limited to 'local-proxy.json')
-rw-r--r--local-proxy.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/local-proxy.json b/local-proxy.json
new file mode 100644
index 0000000..2362650
--- /dev/null
+++ b/local-proxy.json
@@ -0,0 +1,9 @@
+{
+ "triangle": {
+ "hostname": "localhost",
+ "key": "./.creds/localhost-key.pem",
+ "cert": "./.creds/localhost.pem",
+ "source": 6006,
+ "target": 8000
+ }
+}