# Copy to .env.local for personal overrides (gitignored). # .env.development is committed with team defaults. # App domain (TradingView exchange label; first label used as brand name) REACT_APP_DOMAIN=fibitex.com # API origin — no trailing slash REACT_APP_API_URL=http://ilaand.ir # Fibitex local BFF (after T2.x): # REACT_APP_API_URL=http://localhost:8082 # Same-origin via CRA proxy (after T1.8 setupProxy): # REACT_APP_API_URL= # Production Docker build (same-origin behind Traefik/nginx): # REACT_APP_API_URL= # Ranger / Rango WebSocket (Shahoo) # REACT_APP_RANGER_ENABLED=true # REACT_APP_RANGER_ENABLED=false # force HTTP polling fallback PORT=3000 BROWSER=none