Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #74 from jpwhitemn/update-toml-add-gov-docs
Browse files Browse the repository at this point in the history
fix: update all TOML to use quote and not single-quote
  • Loading branch information
Lenny Goodell authored Aug 11, 2021
2 parents 16c4184 + dd79b56 commit f1e503c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
9 changes: 9 additions & 0 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Governance

Project governance as well as policies, procedures and instructions for contributing to EdgeX Foundry can be found on our Wiki site at the following locations:

- [EdgeX Technical Steering Committee](https://wiki.edgexfoundry.org/pages/viewpage.action?pageId=329436)
- [Contributor's Guide](https://wiki.edgexfoundry.org/display/FA/Contributor%27s+Guide)
- [Contributor's Process](https://wiki.edgexfoundry.org/display/FA/Contributor%27s+Process)
- [Technical Work](https://wiki.edgexfoundry.org/display/FA/Technical+Work+in+the+EdgeX+Foundry+Project)
- [Contributors, Committers & Maintainers](https://wiki.edgexfoundry.org/pages/viewpage.action?pageId=21823860)
8 changes: 8 additions & 0 deletions OWNERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Repository Owners

This repository is managed by the EdgeX Device Services Working Group. As such, the **Device Services Working Group** chairman is considered the "owner" of the repository and approves all committers of the repository.

See the [project Wiki TSC page](https://wiki.edgexfoundry.org/pages/viewpage.action?pageId=329436#TechnicalSteeringCommittee(TSC)-WorkingGroups) for information on the current EdgeX TSC and who occupies the role of Device Service Working Group chair.

For a complete list of current committers see: https://github.com/orgs/edgexfoundry/teams/device-grove-c-committers/members.

4 changes: 2 additions & 2 deletions res/configuration.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[Service]
Host = "edgex-device-grove"
ServerBindAddr = '0.0.0.0'
ServerBindAddr = "0.0.0.0"
Port = 59992
ConnectRetries = 3
HealthCheck = ""
StartupMsg = "device Grove PI started"
ReadMaxLimit = 256
Timeout = 5000
CheckInterval = '10s'
CheckInterval = "10s"

[Clients]
[Clients.Data]
Expand Down

0 comments on commit f1e503c

Please sign in to comment.