diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-04 11:25:42 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-04 11:29:48 +0100 |
commit | e54535129f23970619042a328ad9a139bba21c5d (patch) | |
tree | 14b8685078613fc9fd955465eca959d1480cd8cd /glide.yaml | |
parent | db05ee6a19f75e6fabaf8e6af09926edae554bc2 (diff) |
Update connection options: --url/XDS_AGENT_URL and --url-server/XDS_SERVER_URL.
--url option (or XDS_AGENT_URL env var) must be used to setup connection with XDS agent running locally on developer host.
--url-server (XDS_SERVER_URL env var) may be set to overwrite default connection settings with XDS server.
Diffstat (limited to 'glide.yaml')
-rw-r--r-- | glide.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,3 +23,5 @@ import: version: ^1.1.0 subpackages: - cmd/godotenv +- package: github.com/franciscocpg/reflectme + version: ^0.1.9 |