refactor: config.rs去掉TOML文件加载,统一走systemd Environment

This commit is contained in:
2026-05-25 16:39:46 +08:00
parent 83f51d349c
commit c9c9cc04de
4 changed files with 27 additions and 124 deletions

View File

@@ -23,7 +23,6 @@ serde_json = "1.0.143"
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "chrono", "uuid"] }
uuid = { version = "1", features = ["v4"] }
tokio = { version = "1", features = ["full"] }
toml = "0.8"
base64 = "0.22"
rsa = { version = "0.9", features = ["pem", "sha2"] }
pkcs8 = "0.10"