mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
adopt actix-settings crate (#270)
* adopt actix-settings crate * add licenses and readme addition * revamp readme * delete temp prettier file
This commit is contained in:
31
actix-settings/README.md
Normal file
31
actix-settings/README.md
Normal file
@ -0,0 +1,31 @@
|
||||
# actix-settings
|
||||
|
||||
> Easily manage Actix Web's settings from a TOML file and environment variables.
|
||||
|
||||
[](https://crates.io/crates/actix-settings)
|
||||
[](https://docs.rs/actix-settings/0.5.2)
|
||||

|
||||
[](https://deps.rs/crate/actix-settings/0.5.2)
|
||||
|
||||
## Documentation & Resources
|
||||
|
||||
- [API Documentation](https://docs.rs/actix-settings)
|
||||
- [Usage Example][usage]
|
||||
- Minimum Supported Rust Version (MSRV): 1.57
|
||||
|
||||
### Custom Settings
|
||||
|
||||
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][usage] to see how.
|
||||
|
||||
## WIP
|
||||
|
||||
Configuration options for TLS set up are not yet implemented.
|
||||
|
||||
## Special Thanks
|
||||
|
||||
This crate was made possible by support from Accept B.V and [@jjpe].
|
||||
|
||||
[usage]: https://github.com/actix/actix-extras/blob/master/actix-settings/examples/actix.rs
|
||||
[@jjpe]: https://github.com/jjpe
|
Reference in New Issue
Block a user