improve some docs and disable telemetry server by default

This commit is contained in:
Nicola Murino
2021-11-29 17:58:10 +01:00
parent 3c24cb773f
commit 0f8170c10f
7 changed files with 47 additions and 9 deletions

View File

@@ -236,7 +236,7 @@
}
},
"telemetry": {
"bind_port": 10000,
"bind_port": 0,
"bind_address": "127.0.0.1",
"enable_profiler": false,
"auth_user_file": "",