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

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

Issue 2456673003: Butler: export Coordinator host in environment. (Closed)
Patch Set: Relieve suspense. 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
« no previous file with comments | « logdog/client/butlerlib/bootstrap/bootstrap_test.go ('k') | logdog/client/cmd/logdog_butler/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
)
« no previous file with comments | « logdog/client/butlerlib/bootstrap/bootstrap_test.go ('k') | logdog/client/cmd/logdog_butler/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698