actix-settings

Crates.ioactix-settings
lib.rsactix-settings
version0.8.0
sourcesrc
created_at2020-11-02 20:50:45.535827
updated_at2024-08-07 00:46:15.173325
descriptionEasily manage Actix Web's settings from a TOML file and environment variables
homepagehttps://actix.rs
repositoryhttps://github.com/actix/actix-extras
max_upload_size
id308049
size121,217
Core (github:actix:core)

documentation

README

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.

Commit count: 3777

cargo fmt