Initial commit
This commit is contained in:
17
.env.development
Normal file
17
.env.development
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user