aboutsummaryrefslogtreecommitdiff
path: root/datafile.yml.example
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-12-05 19:12:41 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-12-05 19:12:41 +0300
commitb85057c7e24560e94c1ad6033ac00623f6bdd4ba (patch)
tree1d92124ffa67b84b096c394f76e2e69431547913 /datafile.yml.example
parentf5f80c5e63c443cbe7e61f5f029dd7d793318441 (diff)
downloadsproxy2-b85057c7e24560e94c1ad6033ac00623f6bdd4ba.tar.gz
datafile.yml.example -> datafile.example.yml
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
-