Skip to content

Commit

Permalink
Merged PR 891668: Adding new required environment variable so we can …
Browse files Browse the repository at this point in the history
…test our changes on Visual

Adding new required environment variable so we can test our changes on Visual Studio (without need to deploy edge Agent on Docker).
  • Loading branch information
aribeironovaes committed Jun 11, 2018
1 parent fa5c8b4 commit fdcd979
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"Microsoft.Azure.Devices.Edge.Agent.Service": {
"commandName": "Project",
"environmentVariables": {
"IOTEDGE_DEVICEID": "<YourDeviceName>",
"IOTEDGE_IOTHUBHOSTNAME": "<YourIoTHub>",
"IOTEDGE_IOTEDGEDURI": "http://<edgeAgentMachine>:8081",
"IOTEDGE_DEVICEID": "<YOUR_DEVICE_ID>",
"IOTEDGE_MANAGEMENTURI": "http://<hostname>:8080",
"IOTEDGE_IOTHUBHOSTNAME": "<YOUR_IOTHUBHOSTNAME>",
"IOTEDGE_MODULEID": "$edgeAgent",
"IOTEDGE_AUTHSCHEME": "sastoken"
"IOTEDGE_AUTHSCHEME": "sasToken",
"IOTEDGE_WORKLOADURI": "http://<hostname>:8081",
"IOTEDGE_MODULEGENERATIONID": "<MODULE_GENERATION_ID>"
}
}
}
Expand Down

0 comments on commit fdcd979

Please sign in to comment.