Easily manage Actix Web's settings from a TOML file and environment variables.
- API Documentation
- Usage Example
- Minimum Supported Rust Version (MSRV): 1.57
There is a way to extend the available settings. This can be used to combine the settings provided by Actix Web and those provided by application server built using actix
.
Have a look at the usage example to see how.
Configuration options for TLS set up are not yet implemented.
This crate was made possible by support from Accept B.V and @jjpe.