Initial commit

This commit is contained in:
Yaser
2026-08-13 20:26:04 +03:30
commit 056fa76514
1923 changed files with 113766 additions and 0 deletions

25
.env.example Normal file
View File

@@ -0,0 +1,25 @@
# 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