aboutsummaryrefslogtreecommitdiff
path: root/datafile.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'datafile.yml.example')
-rw-r--r--datafile.yml.example34
1 files changed, 0 insertions, 34 deletions
diff --git a/datafile.yml.example b/datafile.yml.example
deleted file mode 100644
index 85d88b9..0000000
--- a/datafile.yml.example
+++ /dev/null
@@ -1,34 +0,0 @@
---- # Data file. Don't remove this line. This is YAML: https://en.wikipedia.org/wiki/YAML
-
-group_member:
- - group: "devops"
- email: "%"
-
- - group: "foo"
- email: "%"
-
-
-group_privilege:
- - group: "foo"
- domain: "example.com"
- privilege: "full"
-
- - group: "devops"
- domain: "example.com"
- privilege: "full"
-
-
-privilege_rule:
- - domain: "example.com"
- privilege: "full"
- path: "%"
- method: "GET"
-
- - domain: "example.com"
- privilege: "full"
- path: "%"
- method: "POST"
-
-
-... # End of data file. Don't remove this line. This is YAML: https://en.wikipedia.org/wiki/YAML
-