fix: use trust_cloudflare config value instead of env var

This commit is contained in:
Zomatree
2025-09-18 21:09:53 +01:00
committed by Angelo Kontaxis
parent fb4011084d
commit cc7a7962a8
4 changed files with 11 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ default = ["rocket", "axum"]
[dependencies]
revolt-database = { version = "0.8.8", path = "../database"}
revolt-result = { version = "0.8.8", path = "../result" }
revolt-config = { version = "0.8.8", path = "../config" }
rocket = { version = "0.5.1", optional = true }
revolt_rocket_okapi = { version = "0.10.0", optional = true }