Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(759)

Unified Diff: logdog/client/butlerlib/bootstrap/environment.go

Issue 2456673003: Butler: export Coordinator host in environment. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
)

Powered by Google App Engine
This is Rietveld 408576698