mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-04-05 13:18:53 +00:00
14 lines
202 B
INI
14 lines
202 B
INI
[general]
|
|
save_aggregate = True
|
|
save_forensic = True
|
|
save_smtp_tls = True
|
|
debug = True
|
|
offline = True
|
|
|
|
[elasticsearch]
|
|
hosts = http://localhost:9200
|
|
ssl = False
|
|
number_of_shards=2
|
|
number_of_replicas=2
|
|
|