From 7267b44e9d32deb027d0822b6dd92e9c65614156 Mon Sep 17 00:00:00 2001 From: networkjanitor Date: Tue, 30 Jul 2024 23:53:53 +0200 Subject: feat: add dps.report upload url configuration --- ezau-sample.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ezau-sample.toml') diff --git a/ezau-sample.toml b/ezau-sample.toml index 9076233..512511c 100644 --- a/ezau-sample.toml +++ b/ezau-sample.toml @@ -3,6 +3,13 @@ # (mandatory) upload = false +# Where to upload the logs. +# By default, ezau will attempt to upload to https://dps.report/uploadContent, +# but depending on service availability you might want to use a different domain, +# like b.dps.report instead. +# (optional) +dps_report_upload_url = "https://dps.report/uploadContent" + # Whether logs with an unknown boss should be uploaded. # By default, ezau only uploads logs with bosses known to evtclib. # (optional) -- cgit v1.2.3