forked from Shared/esg
added server config from env
This commit is contained in:
10
.env.example
10
.env.example
@@ -1,6 +1,9 @@
|
||||
# Application
|
||||
PORT=8085
|
||||
NODE_ENV=development
|
||||
ESG_SMOKE_ENABLED=false
|
||||
CLIENT_URL=https://apex.mic.co.ir/esg
|
||||
BASE_URL_PROD=
|
||||
|
||||
# MongoDB
|
||||
MONGODB_URI=mongodb://localhost:27017/inquiry-gateway
|
||||
@@ -18,6 +21,13 @@ BCRYPT_SALT_ROUNDS=12
|
||||
THROTTLE_TTL=60
|
||||
THROTTLE_LIMIT=100
|
||||
|
||||
# Route outbound provider API calls through an SSH tunnel (Termius dynamic/SOCKS forward)
|
||||
# Use socks5h so DNS resolves on the remote server. Leave empty for direct access.
|
||||
OUTBOUND_PROXY=socks5h://127.0.0.1:6565
|
||||
|
||||
# Log every outbound provider HTTP call (request URL, status, response body preview)
|
||||
OUTBOUND_HTTP_DEBUG=true
|
||||
|
||||
# Provider routing (per inquiry type)
|
||||
PERSON_DEFAULT_PROVIDER=PARSIAN
|
||||
PERSON_FALLBACK_ENABLED=true
|
||||
|
||||
Reference in New Issue
Block a user