settings: Add telemetry endpoint URL.

This commit is contained in:
bunnei 2017-06-27 22:46:52 -04:00
parent f7a9d42592
commit 8abf808854
4 changed files with 23 additions and 0 deletions

View file

@ -168,5 +168,9 @@ log_filter = *:Info
# Port for listening to GDB connections.
use_gdbstub=false
gdbstub_port=24689
[WebService]
# Endpoint URL for submitting telemetry data
telemetry_endpoint_url =
)";
}