1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-22 14:55:56 +01:00
actix-extras/actix-settings
Rob Ede e61dbae860
rename AtError => Error (#275)
* refactor(settings)!: rename AtError => Error

and remove AtResult from public API

* update changelog

* recover from file metadata errors
2022-08-10 09:13:34 +01:00
..
2022-07-31 20:26:40 +01:00
2022-08-10 09:13:34 +01:00
2022-08-10 09:13:34 +01:00
2022-07-31 14:44:45 +01:00
2022-07-31 20:13:27 +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.

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.