| Index: logdog/client/butlerlib/bootstrap/environment.go
|
| diff --git a/logdog/client/butlerlib/bootstrap/environment.go b/logdog/client/butlerlib/bootstrap/environment.go
|
| index 896d6198a7a7839730a9a72c2b0f42e4b4d20540..0930f565327298ec6b6b5a8c00567932cde1e99e 100644
|
| --- a/logdog/client/butlerlib/bootstrap/environment.go
|
| +++ b/logdog/client/butlerlib/bootstrap/environment.go
|
| @@ -21,4 +21,8 @@ const (
|
| // EnvStreamPrefix is the environment variable set to the configured
|
| // stream name prefix.
|
| EnvStreamPrefix = "LOGDOG_STREAM_PREFIX"
|
| +
|
| + // EnvCoordinatorHost is the environment variable set to the host name of
|
| + // the upstream Coordinator service.
|
| + EnvCoordinatorHost = "LOGDOG_COORDINATOR_HOST"
|
| )
|
|
|