- # SaaS Platform URLs
- SAAS_API_URL=http://localhost
- SAAS_AUTH_URL=http://localhost/auth
- SAAS_STORAGE_URL=http://localhost/storage
- # Debug mode
- DEBUG=false
- # Optional: If running in production with custom domain
- # SAAS_API_URL=https://your-domain.com
- # SAAS_AUTH_URL=https://your-domain.com/auth
- # SAAS_STORAGE_URL=https://your-domain.com/storage
|