-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort settings env variables serialization (#689)
- Loading branch information
1 parent
d9b12c9
commit 0e6a402
Showing
8 changed files
with
134 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
# Configures the provisioning mode | ||
provisioning: | ||
source: "manual" | ||
device_connection_string: "HostName=something.something.com;DeviceId=something;SharedAccessKey=something" | ||
agent: | ||
name: "edgeAgent" | ||
type: "docker" | ||
env: | ||
acd: "value2" | ||
abc: "value1" | ||
config: | ||
image: "microsoft/azureiotedge-agent:1.0" | ||
auth: {} | ||
hostname: "localhost" | ||
|
||
# Sets the connection uris for clients | ||
connect: | ||
workload_uri: "http://localhost:8081" | ||
management_uri: "http://localhost:8080" | ||
|
||
# Sets the uris to listen on | ||
# These can be different than the connect uris. | ||
# For instance, when using the fd:// scheme for systemd | ||
listen: | ||
workload_uri: "http://0.0.0.0:8081" | ||
management_uri: "http://0.0.0.0:8080" | ||
homedir: "/tmp" | ||
moby_runtime: | ||
uri: "http://localhost:2375" | ||
network: "azure-iot-edge" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
# Configures the provisioning mode | ||
provisioning: | ||
source: "manual" | ||
device_connection_string: "HostName=something.something.com;DeviceId=something;SharedAccessKey=something" | ||
agent: | ||
name: "edgeAgent" | ||
type: "docker" | ||
env: | ||
acd: "value2" | ||
abc: "value1" | ||
config: | ||
image: "microsoft/azureiotedge-agent:1.0" | ||
auth: {} | ||
hostname: "localhost" | ||
|
||
# Sets the connection uris for clients | ||
connect: | ||
workload_uri: "http://localhost:8081" | ||
management_uri: "http://localhost:8080" | ||
|
||
# Sets the uris to listen on | ||
# These can be different than the connect uris. | ||
# For instance, when using the fd:// scheme for systemd | ||
listen: | ||
workload_uri: "http://0.0.0.0:8081" | ||
management_uri: "http://0.0.0.0:8080" | ||
homedir: "C:\\Temp" | ||
moby_runtime: | ||
uri: "http://localhost:2375" | ||
network: "azure-iot-edge" |