aboutsummaryrefslogtreecommitdiff
path: root/websocksy.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'websocksy.cfg')
-rw-r--r--websocksy.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/websocksy.cfg b/websocksy.cfg
new file mode 100644
index 0000000..e986405
--- /dev/null
+++ b/websocksy.cfg
@@ -0,0 +1,11 @@
+[core]
+port = 8000
+backend = file
+
+[backend]
+path = files/
+expression = %endpoint%.txt
+expression = %cookie:session%.txt
+expression = %header:X-Foo-Bar%.txt
+expression = default.txt
+