Move CLI options to a config file
This commit is contained in:
Sean Whalen
2019-02-04 17:03:33 -05:00
parent 5c0de87d4e
commit 528cfb2822
7 changed files with 309 additions and 220 deletions
+20
View File
@@ -0,0 +1,20 @@
# This is an example comment
[general]
save_aggregate = True
save_forensic = False
[imap]
host = imap.example.com
user = dmarcresports@example.com
password = $uperSecure
watch = True
[elasticsearch]
urls = 127.0.0.1:92000
ssl = False
[splunk_hec]
url = https://splunkhec.example.com
token = HECTokenGoesHere
index = email