aboutsummaryrefslogtreecommitdiffstats
path: root/community/hitch/hitch.conf
diff options
context:
space:
mode:
Diffstat (limited to 'community/hitch/hitch.conf')
-rw-r--r--community/hitch/hitch.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/hitch/hitch.conf b/community/hitch/hitch.conf
new file mode 100644
index 00000000000..a1878cdf65e
--- /dev/null
+++ b/community/hitch/hitch.conf
@@ -0,0 +1,12 @@
+user = "hitch"
+group = "hitch"
+
+log-level = 1
+
+# default frontend host and port
+frontend = {
+ host = "*"
+ port = "8443"
+}
+# default backend host and port
+backend = "[127.0.0.1]:8000"