Zebra/zebrad
Henry de Valence 4a03d76a41
Remove environment variables in favor of documented config options. (#827)
* Load tracing filter only from config and simplify logic.

* Configure the state storage in the config, not an environment variable.

This also changes the config so that the path is always set rather than being
optional, because Zebra always needs a place to store its config.
2020-08-05 11:48:08 -07:00
..
src Remove environment variables in favor of documented config options. (#827) 2020-08-05 11:48:08 -07:00
tests Acceptance tests - check kill signal (#814) 2020-08-04 13:38:39 -07:00
Cargo.toml build(deps): bump tracing-subscriber from 0.2.9 to 0.2.10 2020-08-03 21:11:50 -04:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00

README.md

Zebrad

Zebrad is an application.

Getting Started

This application is authored using Abscissa, a Rust application framework.

For more information, see:

Documentation