1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
actix-extras/actix-settings
dependabot[bot] 257871ca7a
Update toml requirement from 0.5 to 0.8 (#335)
* Update toml requirement from 0.5 to 0.8

Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version.
- [Commits](https://github.com/toml-rs/toml/compare/toml_datetime-v0.5.0...toml-v0.8.0)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(settings): update changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-09-15 23:59:19 +00:00
..
examples add config file to example 2022-07-31 20:26:40 +01:00
src Update toml requirement from 0.5 to 0.8 (#335) 2023-09-15 23:59:19 +00:00
Cargo.toml Update toml requirement from 0.5 to 0.8 (#335) 2023-09-15 23:59:19 +00:00
CHANGES.md Update toml requirement from 0.5 to 0.8 (#335) 2023-09-15 23:59:19 +00: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 prepare actix-settings release 0.6.0 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.