18 lines
495 B
Plaintext
18 lines
495 B
Plaintext
# Shahoo — local development (loaded automatically by CRA on `yarn start`)
|
|
# Restart dev server after changing this file.
|
|
|
|
# Local dev only — skip 2FA requirement for API keys (BFF + Dalan must match)
|
|
REACT_APP_SKIP_API_KEY_2FA=true
|
|
|
|
# API backend — Shahoo BFF (Fibitex local)
|
|
REACT_APP_API_URL=http://localhost:8082
|
|
|
|
# Legacy / staging fallback:
|
|
# REACT_APP_API_URL=http://ilaand.ir
|
|
|
|
# When using setupProxy with same-origin /api (T1.8), use:
|
|
# REACT_APP_API_URL=
|
|
|
|
PORT=3000
|
|
BROWSER=none
|