23 lines
411 B
TOML
23 lines
411 B
TOML
[global]
|
|
ingest_device_txn=false
|
|
ingest_bo_txn=false
|
|
|
|
[default]
|
|
state_file="last.json"
|
|
include_audit= [ "mam_str_media_consumptions" ]
|
|
audit_dir = "/tmp"
|
|
|
|
|
|
[docker]
|
|
state_file="/state/last.json"
|
|
include_audit= [ "mam_str_media_consumptions" ]
|
|
audit_dir = "/data"
|
|
|
|
|
|
[dev]
|
|
state_file="last.json"
|
|
elasticsearch_url="http://localhost:9200"
|
|
elasticsearch_user="elasticsearch"
|
|
include_audit= []
|
|
audit_dir = "samples"
|