feat(backend): add .env support and configuration priority

This commit is contained in:
spinline
2026-02-03 20:58:40 +03:00
parent 9d1aa8f7d2
commit a675203363
4 changed files with 58 additions and 15 deletions

View File

@@ -23,3 +23,4 @@ rust-embed = "8.2"
mime_guess = "2.0"
shared = { path = "../shared" }
thiserror = "2.0.18"
dotenvy = "0.15.7"