{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "Default": "Host=localhost;Database=health_manager;Username=postgres;Password=postgres123" }, "JWT_SECRET": "dev-secret-key-change-in-production-min-32-chars!!", "JWT_ISSUER": "health-manager", "JWT_AUDIENCE": "health-manager-app", "DEEPSEEK_BASE_URL": "https://api.deepseek.com/v1", "DEEPSEEK_API_KEY": "sk-your-key-here", "DEEPSEEK_MODEL": "deepseek-chat", "QWEN_BASE_URL": "https://dashscope.aliyuncs.com/compatible-mode/v1", "QWEN_API_KEY": "sk-your-key-here", "QWEN_VISION_MODEL": "qwen-vl-max", "MINIO_ENDPOINT": "localhost:9000", "MINIO_ACCESS_KEY": "minioadmin", "MINIO_SECRET_KEY": "minioadmin123" }