# ============================================================================= # ByteLyst Trading — Mobile App Environment Configuration # Copy this file to .env.local and fill in your values. # EXPO_PUBLIC_ variables are embedded at build time — do not put secrets here. # ============================================================================= # --- Backend API --- # URL of the deployed trading backend. Must not have a trailing slash. EXPO_PUBLIC_TRADING_API_URL=http://localhost:4018/api # --- Platform Service --- # URL of the ByteLyst platform-service (auth, kill-switch, telemetry). EXPO_PUBLIC_PLATFORM_URL=http://localhost:4003/api