Secrets
cfg/secrets.toml
You are welcome to save values to this file or use env vars instead. This file contains sensitive information, be sure to have it permissioned securely for instance 0600
[Alerts]
[Alerts.JSON]
User = ""
Pass = ""
[Alerts.PagerDuty]
Token = ""
[Alerts.SMTP]
Hostname = ""
Port = 0
User = ""
Pass = ""
[S3]
Endpoint = ""
Region = ""
Bucket = ""
Key = ""
Secret = ""
[[Git]]
User = ""
Token = ""
URL = "https://github.com/defend-sec/malwatch-signatures"