# K6 Load Testing Environment Variables # Copy this file to .env.k6 and customize for your environment # Target Server Configuration BASE_URL=http://localhost:3000 # Admin Credentials (for admin-operations.js) ADMIN_EMAIL=admin@enchun.tw ADMIN_PASSWORD=your-secure-password-here # Optional: Override default load profile # STAGED_USERS=100 # STAGED_DURATION=10m # Optional: Staging environment # BASE_URL=https://staging.enchun.tw # ADMIN_EMAIL=admin@staging.enchun.tw # Optional: Production environment (use with caution!) # BASE_URL=https://www.enchun.tw # ADMIN_EMAIL=admin@enchun.tw