initlast
This commit is contained in:
@@ -58,6 +58,15 @@ BSCSCAN_API_KEY=
|
||||
# и /api/prices?symbols=... KeyDB cache: 5 минут.
|
||||
COINGECKO_API_KEY=
|
||||
|
||||
# ── Outbound proxy для swap + bridge (optional) ─────────────────────
|
||||
# Если задан — все calls к Jupiter / Relay / EVM RPC / Solana RPC / TronGrid
|
||||
# из swap-orchestrator (custodial /wallets/{chain}/swap), relay-proxy
|
||||
# (/api/relay/*), sign-raw-evm-tx, sign-and-broadcast-tx идут через
|
||||
# этот HTTP proxy (squid-style). Read-only endpoints (/balance,
|
||||
# /transactions, /send, /prices) идут direct.
|
||||
# Format: http://[user:pass@]host:port (HTTPS proxy: https:// prefix)
|
||||
OUTBOUND_PROXY_URL=
|
||||
|
||||
# ── DB fallback (если Vault недоступен при старте) ─────────────────
|
||||
DB_HOST=
|
||||
DB_PORT=5432
|
||||
|
||||
Reference in New Issue
Block a user