aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml
new file mode 100644
index 0000000..e980438
--- /dev/null
+++ b/config.yaml
@@ -0,0 +1,13 @@
+telnet:
+ enabled: true
+ port: 4000
+
+http:
+ enabled: true
+ port: 8888
+
+https:
+ enabled: false
+ port: 8443
+ cert_file: ""
+ key_file: ""