diff --git a/GOVERNANCE.md b/GOVERNANCE.md new file mode 100644 index 0000000..b0bd526 --- /dev/null +++ b/GOVERNANCE.md @@ -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) \ No newline at end of file diff --git a/OWNERS.md b/OWNERS.md new file mode 100644 index 0000000..3ee4bf1 --- /dev/null +++ b/OWNERS.md @@ -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. + diff --git a/res/configuration.toml b/res/configuration.toml index e7fb27d..e9bb963 100644 --- a/res/configuration.toml +++ b/res/configuration.toml @@ -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]