.env.example 346 B

123456789101112
  1. # SaaS Platform URLs
  2. SAAS_API_URL=http://localhost
  3. SAAS_AUTH_URL=http://localhost/auth
  4. SAAS_STORAGE_URL=http://localhost/storage
  5. # Debug mode
  6. DEBUG=false
  7. # Optional: If running in production with custom domain
  8. # SAAS_API_URL=https://your-domain.com
  9. # SAAS_AUTH_URL=https://your-domain.com/auth
  10. # SAAS_STORAGE_URL=https://your-domain.com/storage