Skip to content

Commit

Permalink
Fix yaml spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
JSmith-Aura committed Nov 7, 2024
1 parent 2e97a5f commit 7874668
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 7874668

Please sign in to comment.