mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-26 11:06:23 +00:00
* Add offline mode for tests in GitHub Actions to skip DNS lookups Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com>
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
|
|
|