From 787466820e4a1460fb88fb44706381388f532fac Mon Sep 17 00:00:00 2001 From: JSmith-Aura Date: Fri, 8 Nov 2024 07:52:21 +1300 Subject: [PATCH] Fix yaml spaces --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 51cba38..a9a1c2e 100644 --- a/README.md +++ b/README.md @@ -145,20 +145,20 @@ features: confidential: (bool) Whether to add xss vulnerablity details to notification smtp: enabled: (bool) Enable or disable sending notifications via SMTP - host: (string) Host domain/ip - port: (int) Port - username: (string) Mailing username - password: (string) Mailing password - from: (string) The sending email address + host: (string) Host domain/ip + port: (int) Port + username: (string) Mailing username + password: (string) Mailing password + from: (string) The sending email address webhooks: enabled: (bool) Enable or disable sending notifications via webhooks safe_domains: (string array) List of domains that are safe to send to, defaults to [discord.com, slack.com] database: - host: (string) Host domain/ip - port: (string) Port - user: (string) Database user - password: (string) Database user password - dbname: (string) Which database to use - sslmode: (string) postgres sslmode + host: (string) Host domain/ip + port: (string) Port + user: (string) Database user + password: (string) Database user password + dbname: (string) Which database to use + sslmode: (string) postgres sslmode ```