17 lines
503 B
TOML
17 lines
503 B
TOML
processor_rules = "/etc/xactmon/rules.toml"
|
|
|
|
[jmap]
|
|
url = "https://api.fastmail.com"
|
|
token_file = "/run/secrets/xactmon/fastmail.token"
|
|
|
|
[amqp]
|
|
url = "amqps://xactmon@rabbitmq.pyrocufflink.blue?auth_mechanism=external"
|
|
clientcert = "/run/secrets/rabbitmq/cert/keystore.p12"
|
|
clientcert_password = "/run/secrets/rabbitmq/password"
|
|
cacert = "/run/dch-ca/dch-root-ca.crt"
|
|
|
|
[firefly]
|
|
url = "https://firefly.pyrocufflink.blue"
|
|
token_file = "/run/secrets/xactmon/firefly.token"
|
|
error_if_duplicate_hash = false
|