Environment variables can now be used directly inside the config instead of requiring special handling

This commit is contained in:
2023-01-06 04:06:36 +01:00
parent 82859d8e46
commit d06c0b6980
6 changed files with 39 additions and 16 deletions

View File

@@ -27,6 +27,7 @@ tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
bytes = "1.3.0"
pollster = "0.2.5"
regex = "1.7.0"
[profile.release]
lto=true