env.sample.txt 527 B

123456789101112131415
  1. NEXTAUTH_URL="http://localhost:3000"
  2. DATABASE_URL="postgresql://username:password@localhost:5432/ani_assistant"
  3. NEXTAUTH_SECRET="your-secret-key-here"
  4. OPENROUTER_API_KEY="tu-api-key-de-openrouter"
  5. OPENROUTER_URL="https://openrouter.ai/api/v1"
  6. OPENROUTER_MODEL="deepseek/deepseek-chat-v3-0324:free"
  7. # Session Configuration (in hours)
  8. SESSION_MAX_AGE="4"
  9. JWT_MAX_AGE="4"
  10. # UTB API Configuration
  11. UTB_API_URL="https://sai.utb.edu.ec/v2/ws/auth/login"
  12. UTB_API_APP_ID="your-secret-key-here"
  13. UTB_API_APP_TOKEN="your-secret-key-here"