1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
actix-extras/actix-settings
John Vandenberg 48646d1bd3
build(deps): update derive_more to v1.0 (#458)
* build(deps): update derive_more to v1.0

* chore: remove overspecified deps

* chore: use from the derive module

* chore: restore unrelated version reqs

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-08-18 14:21:56 +00:00
..
examples feature(settings): add TLS (#380) 2024-08-03 08:59:13 +00:00
src build(deps): update derive_more to v1.0 (#458) 2024-08-18 14:21:56 +00:00
Cargo.toml build(deps): update derive_more to v1.0 (#458) 2024-08-18 14:21:56 +00:00
CHANGES.md chore(actix-settings): prepare release 0.8.0 2024-08-07 01:32:49 +01:00
LICENSE-APACHE adopt actix-settings crate (#270) 2022-07-31 14:44:45 +01:00
LICENSE-MIT adopt actix-settings crate (#270) 2022-07-31 14:44:45 +01:00
README.md chore(actix-settings): prepare release 0.8.0 2024-08-07 01:32:49 +01:00

actix-settings

Easily manage Actix Web's settings from a TOML file and environment variables.

crates.io Documentation Apache 2.0 or MIT licensed Dependency Status

Documentation & Resources

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 to see how.

Special Thanks

This crate was made possible by support from Accept B.V and @jjpe.