0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

diagnostics: Point to staging endpoint

This commit is contained in:
Matthew Holt 2018-02-08 23:37:42 -07:00
parent 6c17e4d4c8
commit 3e00e18adc
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5

View file

@ -253,7 +253,7 @@ var (
const (
// endpoint is the base URL to remote diagnostics server;
// the instance ID will be appended to it.
endpoint = "http://localhost:8081/update/"
endpoint = "https://diagnostics-staging.caddyserver.com/update/" // TODO: make configurable, "http://localhost:8081/update/"
// defaultUpdateInterval is how long to wait before emitting
// more diagnostic data. This value is only used if the