-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: add quick start outline to README.md (#46)
Docs are not complete, but conceivably enough pieces are here to see what we're doing here and try it out.
- Loading branch information
1 parent
5af95e5
commit d00b4f7
Showing
2 changed files
with
17 additions
and
1 deletion.
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
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 +1,11 @@ | ||
# Configuration | ||
# Configuration | ||
|
||
Corrosion configuration lives in a TOML file. The default location is `/etc/corrosion/config.toml`. | ||
|
||
Configuration sections: | ||
- [db](db.md) | ||
- [gossip](gossip.md) | ||
- [api]() (to come) | ||
- [admin]() (to come) | ||
- [telemetry]() (to come) | ||
- [consul]() (to come) |