generated from edgexfoundry-holding/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from jinlinGuan/v4-update
feat: Upgrade go modules to the latest V4 versions
- Loading branch information
Showing
3 changed files
with
83 additions
and
232 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
Writable: | ||
LogLevel: INFO | ||
LogLevel: "INFO" | ||
|
||
Service: | ||
Host: 'localhost' | ||
Host: "localhost" | ||
Port: 59994 # 59994 for testing | ||
StartupMsg: 'S7 device service started' | ||
StartupMsg: "S7 device service started" | ||
|
||
MessageBus: | ||
Optional: | ||
ClientId: "device-s7" | ||
|
||
Device: | ||
# These have common values (currently), but must be here for service local env overrides to apply when customized | ||
ProfilesDir: './res/profiles' | ||
DevicesDir: './res/devices' | ||
# By default, this service doesn't have any profiles or devices. | ||
# The following settings can be overridden with env overrides to apply customized values. | ||
ProfilesDir: "" | ||
DevicesDir: "" |
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
Oops, something went wrong.