aboutsummaryrefslogtreecommitdiff
path: root/config.example.toml
blob: 3680750a4b3d570959d784eb67fe0f3b4b6d8953 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[aws]
region = "us-east-1"
profile = "default"

[email]
sender = "you@example.com"
smtp_server = "smtp.example.com"
smtp_port = 587
smtp_username = "you@example.com"
smtp_password = "yourpassword"

[recipients]
emails = [
    "you@example.com"
]

[report]
sections = [
    "acm",
    "cloudfront",
    "cloudwatch",
    "config",
    "costexplorer",
    "route53",
    "s3",
    "securityhub"
]