- Replace all occurrences of 'LogWhisperer AI' with 'LogWhispererAI' - Fix 47 instances across 30 files including: - Documentation (README, PRD, specs, docs) - Frontend components (Footer, Navbar, Hero, etc.) - Backend files (Dockerfile, server.js) - Workflow files (n8n, bash scripts) - Configuration files (AGENTS.md, LICENSE) Ensures consistent branding across the entire codebase.
23 lines
704 B
Plaintext
23 lines
704 B
Plaintext
# LogWhispererAI - Environment Variables
|
|
|
|
# Telegram Bot Configuration
|
|
# Ottieni questi valori seguendo le istruzioni in docs/telegram_setup.md
|
|
TELEGRAM_BOT_TOKEN=your_bot_token_here
|
|
TELEGRAM_CHAT_ID=your_chat_id_here
|
|
|
|
# n8n Configuration
|
|
N8N_WEBHOOK_URL=https://your-n8n-instance.com/webhook/logwhisperer
|
|
|
|
# AI Provider Configuration
|
|
OPENAI_API_KEY=your_openai_api_key_here
|
|
# oppure
|
|
ANTHROPIC_API_KEY=your_anthropic_api_key_here
|
|
|
|
# Supabase Configuration (per autenticazione e database)
|
|
SUPABASE_URL=https://your-project.supabase.co
|
|
SUPABASE_ANON_KEY=your_anon_key_here
|
|
|
|
# Stripe Configuration (per pagamenti)
|
|
STRIPE_SECRET_KEY=sk_test_your_key_here
|
|
STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret_here
|