Production fixes: n8n workflow auto-restart, user-friendly messages, fixed navigation buttons

This commit is contained in:
AI Assistant
2025-12-29 01:19:19 +03:00
parent 080e7ec105
commit 30774db18c
16 changed files with 539 additions and 353 deletions

View File

@@ -171,8 +171,10 @@ class Settings(BaseSettings):
return self.cors_origins
# ============================================
# N8N WEBHOOKS (скрыты от фронтенда)
# N8N API & WEBHOOKS
# ============================================
n8n_url: str = "https://n8n.clientright.pro"
n8n_api_key: str = "" # Нужно задать в .env
n8n_policy_check_webhook: str = ""
n8n_file_upload_webhook: str = ""
n8n_create_contact_webhook: str = ""