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

fix: update all TOML to use quote and not single-quote #74

Merged
merged 1 commit into from
Aug 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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