Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
remove defunct env var
Browse files Browse the repository at this point in the history
Signed-off-by: Erin Schnabel <schnabel@us.ibm.com>
  • Loading branch information
Erin Schnabel committed Sep 10, 2017
1 parent f67bc5c commit 3cffc21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mediator-wlpcfg/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ if [ "$ETCDCTL_ENDPOINT" != "" ]; then
export MAP_SERVICE_URL=$(etcdctl get /map/url)
export PLAYER_SERVICE_URL=$(etcdctl get /player/url)

export LOGSTASH_ENDPOINT=$(etcdctl get /logstash/endpoint)
export LOGMET_HOST=$(etcdctl get /logmet/host)
export LOGMET_PORT=$(etcdctl get /logmet/port)
export LOGMET_TENANT=$(etcdctl get /logmet/tenant)
Expand Down

0 comments on commit 3cffc21

Please # to comment.