aboutsummaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml27
1 files changed, 27 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml
new file mode 100644
index 0000000..3680750
--- /dev/null
+++ b/config.example.toml
@@ -0,0 +1,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"
+]