Browse Source

Create pypubsub.yaml

Daniel Gruno 5 năm trước cách đây
mục cha
commit
64b59a7871
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      pypubsub.yaml

+ 14 - 0
pypubsub.yaml

@@ -0,0 +1,14 @@
+# General server settings
+server:
+  port: 2069
+  bind: 0.0.0.0
+
+# Client settings
+clients:
+  # Payloaders are clients that are allowed to push events (CIDR-based)
+  payloaders:
+    - 127.0.0.1/24
+    - 10.0.0.1/24
+  # Oldschoolers denotes clients expecting binary events, such as svnwcsub
+  oldschoolers:
+    - svnwcsub