# ============================================ # Configuration Linux VPS - API Principale # ============================================ # === Sage Gateway Windows === SAGE_GATEWAY_URL=http://192.168.1.50:8100 SAGE_GATEWAY_TOKEN=4e8f9c2a7b1d5e3f9a0c8b7d6e5f4a3b2c1d0e9f8a7b6c5d4e3f2a1b0c9d8e7f # === Base de données === DATABASE_URL=sqlite+aiosqlite:///./data/sage_dataven.db # === SMTP === SMTP_HOST=smtp.office365.com SMTP_PORT=587 SMTP_USER=commercial@monentreprise.fr SMTP_PASSWORD=MonMotDePasseEmail123! SMTP_FROM=commercial@monentreprise.fr # === Universign === UNIVERSIGN_API_KEY=your_real_universign_key_here UNIVERSIGN_API_URL=https://api.universign.com/v1 # === API === API_HOST=0.0.0.0 API_PORT=8002 API_RELOAD=False # === Email Queue === MAX_EMAIL_WORKERS=3 # === Logs === LOG_LEVEL=INFO