From 9445ee311a286ae1e99e5899d430e31491c1945d Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 10 Dec 2016 11:46:48 +0300 Subject: Examples: removed yaml markers They don't make much sense in files. --- datafile.example.yml | 5 ----- sproxy.example.yml | 4 ---- 2 files changed, 9 deletions(-) diff --git a/datafile.example.yml b/datafile.example.yml index 85d88b9..3e9a241 100644 --- a/datafile.example.yml +++ b/datafile.example.yml @@ -1,5 +1,3 @@ ---- # Data file. Don't remove this line. This is YAML: https://en.wikipedia.org/wiki/YAML - group_member: - group: "devops" email: "%" @@ -29,6 +27,3 @@ privilege_rule: path: "%" method: "POST" - -... # End of data file. Don't remove this line. This is YAML: https://en.wikipedia.org/wiki/YAML - diff --git a/sproxy.example.yml b/sproxy.example.yml index a9cf9cc..056d326 100644 --- a/sproxy.example.yml +++ b/sproxy.example.yml @@ -1,5 +1,3 @@ ---- # Sproxy configuration. Don't remove this line. This is YAML: https://en.wikipedia.org/wiki/YAML - # NOTE: You can use the !include directive to import parts of this file. # Logging level: debug, info, warn, error. @@ -172,5 +170,3 @@ ssl_key: /path/key.pem backends: - port: 8080 -... # End of configuration. Don't remove this line. This is YAML: https://en.wikipedia.org/wiki/YAML - -- cgit v1.2.3