Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .env.azure.example
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,15 @@ STRATEGY_MODE=OPTIMIZE
# Create at: https://portal.azure.com → Cache for Redis (C0 free tier available)
# Connection string format: rediss://:access-key@hostname:port
REDIS_URL=rediss://:your-redis-key@your-redis-host:6380

# ═══════════════════════════════════════════════════════════════
# Telegram Bot (FREE - Invoice Intake from Vendors)
# ═══════════════════════════════════════════════════════════════

# Telegram Bot Token from @BotFather
# Setup:
# 1. Message @BotFather on Telegram
# 2. /newbot → "InvoicifyBot" → copy token
# 3. /setcommands → "start - Start invoice processing"
# Cost: $0 forever (unlimited messages)
TELEGRAM_BOT_TOKEN=123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
Loading
Loading