diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-01-04 15:51:29 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-01-04 16:03:04 +0100 |
commit | 03e64dc8ad5634c56b5fd7f61b9336fd33e7c3cb (patch) | |
tree | ba01701224cfaac707333849a7c391f0dfff35df /.vscode | |
parent | f2838fb4dbd259fb4188800037ea0eef2d6896b9 (diff) |
Add cli-config.env file supporthalibut_7.90.0halibut/7.90.07.90.0
XDS environment configuration can be set using various methods.
Here is the list of various methods, ordered by priority:
1/ from command line option: "--config myConfig.json"
2/ from environment variable XDS_CONFIG
3/ $HOME/.xds/cli/cli-config.env file
4/ /etc/xds/cli/cli-config.env file
Change-Id: I1b59c05e583336fe05459de91a35d47cf5ddf670
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index b792099..96d60b3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,6 @@ "env": { "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}", "XDS_APPNAME": "xds-cli", - "XDS_AGENT_URL": "localhost:8800", "XDS_LOGLEVEL": "debug" }, "args": ["misc", "version"], @@ -26,7 +25,6 @@ "env": { "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}", "XDS_APPNAME": "xds-cli", - "XDS_AGENT_URL": "localhost:8800", "XDS_LOGLEVEL": "debug" }, "args": ["sdks", "list"], |