From db7a4358e91d77303ca3c71efbd2070c703ae9dc Mon Sep 17 00:00:00 2001 From: Steven Honson Date: Mon, 22 Jul 2024 23:38:42 +1000 Subject: [PATCH] config-example.yaml: Remove reference to yaml for policy files (#2022) --- config-example.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config-example.yaml b/config-example.yaml index f408ff50..8f6f01c3 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -211,9 +211,8 @@ policy: # The mode can be "file" or "database" that defines # where the ACL policies are stored and read from. mode: file - # If the mode is set to "file", the - # path to a file containing ACL policies. - # The file can be in YAML or HuJSON format. + # If the mode is set to "file", the path to a + # HuJSON file containing ACL policies. path: "" ## DNS