Commit Graph

5 Commits

Author SHA1 Message Date
5183fcbd5e Set NODE_ENV to production in .env
All checks were successful
Build Frontend / Build Frontend (push) Successful in 9s
2026-01-11 02:14:46 +00:00
0857b31dcb Add WS_URL to production .env for WebSocket configuration
All checks were successful
Build Frontend / Build Frontend (push) Successful in 9s
2026-01-11 02:02:14 +00:00
1189d49905 Update .env with production URLs for deployment
All checks were successful
Build Frontend / Build Frontend (push) Successful in 9s
- Set CORS_ORIGIN to frontend domain
- Set STEAM_REALM and STEAM_RETURN_URL to API domain
- Configure production cookie settings
2026-01-11 01:51:12 +00:00
e7ea8f12b6 Fix login button and improve CORS
All checks were successful
Build Frontend / Build Frontend (push) Successful in 22s
- Fixed login URL from /auth/steam to /api/auth/steam
- Updated all Steam login buttons to custom green design with 'Login to Steam' text
- Enhanced CORS configuration with explicit preflight handling
- Added Steam image proxy endpoint for CORS-free image loading
- Improved environment variable management with .env.local support
- Added ENV_SETUP.md guide for environment configuration
2026-01-11 01:39:35 +00:00
f6251356fa Add MongoDB authentication credentials
All checks were successful
Build Frontend / Build Frontend (push) Successful in 22s
2026-01-11 01:19:50 +00:00