This commit is contained in:
Andras Schmelczer 2026-02-10 22:21:15 +00:00
parent 1f68ca0512
commit 3599803589
43 changed files with 3578 additions and 262 deletions

View file

@ -43,6 +43,8 @@ pub struct AppState {
pub ollama_url: String,
/// Ollama model name for area summaries (e.g. gemma3:12b)
pub ollama_model: String,
/// R5 routing service URL for real-time travel times (empty = disabled)
pub r5_url: String,
/// Token validation cache (60s TTL)
pub token_cache: Arc<TokenCache>,
}