Added specific URLs for the API base URL in each environment and changed the data type of VITE_BYPASS_LOGIN and VITE_BYPASS_TUTORIAL to boolean.
Changes made:
- Updated VITE_API_BASE_URL with specific URLs for each environment
- Changed data type of VITE_BYPASS_LOGIN and VITE_BYPASS_TUTORIAL to boolean
- Updated API configuration to ensure security on localhost with the isLocal check
- Added comments and descriptions for production and development environments