diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-12-10 11:46:48 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-12-10 11:46:48 +0300 |
commit | 9445ee311a286ae1e99e5899d430e31491c1945d (patch) | |
tree | e1d14570b96385bc49acc0eba2064131f5732d76 | |
parent | b85057c7e24560e94c1ad6033ac00623f6bdd4ba (diff) | |
download | sproxy2-9445ee311a286ae1e99e5899d430e31491c1945d.tar.gz |
Examples: removed yaml markers
They don't make much sense in files.
-rw-r--r-- | datafile.example.yml | 5 | ||||
-rw-r--r-- | sproxy.example.yml | 4 |
2 files changed, 0 insertions, 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 - |