Преглед на файлове

Create pypubsub_acl.yaml

Daniel Gruno преди 5 години
родител
ревизия
dee588aac8
променени са 1 файла, в които са добавени 14 реда и са изтрити 0 реда
  1. 14 0
      pypubsub_acl.yaml

+ 14 - 0
pypubsub_acl.yaml

@@ -0,0 +1,14 @@
+# ACL for authenticated users
+
+testuser:
+  password: foobar
+  acl:
+    # Allow access to events for a private git repository
+    foobar:
+      - git
+      - privaterepo.git
+    # Allow access to events for dev@example.org mailing list
+    myemails:
+      - email
+      - example.org
+      - dev