https://github.com/teamhephy/confd
https://github.com/teamhephy/confd
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teamhephy/confd
- Owner: teamhephy
- License: mit
- Created: 2017-09-07T20:31:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T20:43:46.000Z (almost 9 years ago)
- Last Synced: 2024-06-20T17:40:59.910Z (about 2 years ago)
- Language: Go
- Size: 614 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# confd
[](https://travis-ci.org/kelseyhightower/confd)
`confd` is a lightweight configuration management tool focused on:
* keeping local configuration files up-to-date using data stored in [etcd](https://github.com/coreos/etcd),
[consul](http://consul.io), or env vars and processing [template resources](docs/template-resources.md).
* reloading applications to pick up new config file changes
## Community
* IRC: `#confd` on Freenode
* Mailing list: [Google Groups](https://groups.google.com/forum/#!forum/confd-users)
* Website: [www.confd.io](http://www.confd.io)
## Getting Started
Before we begin be sure to [download and install confd](docs/installation.md).
* [quick start guide](docs/quick-start-guide.md)
## Next steps
Check out the [docs directory](docs) for more docs.