11 releases
| new 0.0.11 | Nov 4, 2025 |
|---|---|
| 0.0.10 | Oct 27, 2025 |
| 0.0.4 | Sep 9, 2025 |
#1444 in Authentication
911 downloads per month
Used in 2 crates
66KB
1K
SLoC
Router Configuration
This crate manages the configuration for the GraphQL router.
The following are supported:
- YAML
- JSON (including JSON5)
- Env vars
JSON Schema
TL;DR: Use cargo make config to re-generate the config file.
Install
cargo-makeby runningcargo install cargo-make.
To view the JSON schema of the configuration, use the following command:
cargo run --release -p hive-router-config
To generate a JSON schema file, use the following command:
cargo make config
Dependencies
~14MB
~292K SLoC