feat(settings): add dynamic N8N webhook URL configuration for News, Sentiment and Analyzer services
This commit is contained in:
@@ -21,4 +21,7 @@ public static class SettingKeys
|
||||
|
||||
// --- Daten-Retention & Cleanup ---
|
||||
public static readonly SettingKey<int> ArticleRetentionDays = new("Data.ArticleRetentionDays", 90);
|
||||
|
||||
// --- N8N / Webhook-Konfiguration ---
|
||||
public static readonly SettingKey<string> N8nArticleExtractionUrl = new("N8N.ArticleExtractionUrl", "https://n8n.kleidukos.me/webhook/gemini/article/extraction");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user