From c4cd3eb77d48669c42cde54e7b3a62309a4bb3a9 Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Wed, 18 Jan 2023 18:25:49 +0100 Subject: [PATCH] chore: Fix typos in config example Signed-off-by: Julien Riou --- config.yaml.example | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config.yaml.example b/config.yaml.example index d041bb9..7acce28 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -14,19 +14,19 @@ #syslog-ident: pgterminate #syslog-facility: LOCAL0 #include-users: -# user1 -# user2 +# - user1 +# - user2 #include-users-regex: "(user1|user2)" #exclude-users: -# user1 -# user2 +# - user1 +# - user2 #exclude-users-regex: "(user1|user2)" #include-databases: -# db1 -# db2 +# - db1 +# - db2 #include-databases-regex: "(db1|db2)" #exclude-databases: -# db1 -# db2 +# - db1 +# - db2 #exclude-databases-regex: "(db1|db2)" -#cancel \ No newline at end of file +#cancel: true \ No newline at end of file