# ============================================================
# OTIS Life System — Production Environment Configuration
# ============================================================
# ⚠ NEVER commit this file to version control
# ⚠ NEVER share this file publicly
# ============================================================

# --- Database (Namecheap Shared Hosting) ---
DB_HOST=localhost
DB_NAME=psycaoip_otis
DB_USER=psycaoip_otis
DB_PASS=Ak2sHp3r0qaD
APP_ENV=production


# --- Vault Encryption (AES-256) ---
# ⚠ NEVER change this key after initial setup — it will corrupt existing vault data!
VAULT_ENCRYPTION_KEY=289d54559d49416909d129a6e2aee6d8cd857f59d0a7c10025d81051fe706e64

# --- OCR Space API ---
OCR_SPACE_API_KEY=CHANGE_ME_YOUR_OCR_API_KEY_HERE
OCR_SPACE_ENDPOINT=https://api.ocr.space/parse/image

# --- Telegram Bot ---
# Get from @BotFather on Telegram
TELEGRAM_BOT_TOKEN=8577345328:AAFo1YhOfJkshVLy6_y0cCjYA2FHqV_hsxw
# Your personal Telegram Chat ID (109051380)
TELEGRAM_ALLOWED_CHAT_ID=CMohamedAdel
# Your OTIS user_id that maps to this Telegram account
TELEGRAM_OTIS_USER_ID=1
