BASE_URL = "https://localhost:3000" SESSION_LIFETIME_SECONDS = 30000 COOKIE_SECRET = "test" [SERVICE] HOST = "localhost" PORT = "3000" [LLM] TOKEN = "" URL = "https://api.deepseek.com/beta"