config-example.yaml: Remove reference to yaml for policy files (#2022)
This commit is contained in:
parent
b799245f1e
commit
db7a4358e9
|
@ -211,9 +211,8 @@ policy:
|
||||||
# The mode can be "file" or "database" that defines
|
# The mode can be "file" or "database" that defines
|
||||||
# where the ACL policies are stored and read from.
|
# where the ACL policies are stored and read from.
|
||||||
mode: file
|
mode: file
|
||||||
# If the mode is set to "file", the
|
# If the mode is set to "file", the path to a
|
||||||
# path to a file containing ACL policies.
|
# HuJSON file containing ACL policies.
|
||||||
# The file can be in YAML or HuJSON format.
|
|
||||||
path: ""
|
path: ""
|
||||||
|
|
||||||
## DNS
|
## DNS
|
||||||
|
|
Loading…
Reference in New Issue