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:
parent
6c17e4d4c8
commit
3e00e18adc
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ var (
|
||||||
const (
|
const (
|
||||||
// endpoint is the base URL to remote diagnostics server;
|
// endpoint is the base URL to remote diagnostics server;
|
||||||
// the instance ID will be appended to it.
|
// 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
|
// defaultUpdateInterval is how long to wait before emitting
|
||||||
// more diagnostic data. This value is only used if the
|
// more diagnostic data. This value is only used if the
|
||||||
|
|
Loading…
Reference in a new issue