ma stats/server: disable reporting

This commit is contained in:
makefu 2021-03-12 20:29:35 +01:00
parent c66ebb2e4d
commit a66821f6a7
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -27,6 +27,7 @@ in {
http.suppress-write-log = true;
data.trace-logging-enabled = false;
data.query-log-enabled = false;
reporting-disabled = true;
http.bind-address = ":${toString influx-port}";
admin.bind-address = ":8083";