This commit is contained in:
ZOMBIIIIIII
2026-05-14 15:20:00 +03:00
parent e88ee3a55f
commit 11ee5a2c7f
7 changed files with 248 additions and 22 deletions

View File

@@ -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