Explorar o código

Create pypubsub_acl.yaml

Daniel Gruno %!s(int64=5) %!d(string=hai) anos
pai
achega
dee588aac8
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  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