-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (15 loc) · 757 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (15 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ====================================================================
# SATS Sentinel v4.1 - Engine Environment Configuration Matrix
# ====================================================================
# Global upstream exchange endpoint for high-frequency ticker feeds
BYBIT_API_URL=https://api.bybit.com/v5/market/tickers
# Calibrated asset boundaries defining whale tracking deviations
WHALE_THRESHOLD_BTC=0.1
WHALE_THRESHOLD_ETH=1.0
WHALE_THRESHOLD_SATS=500000.0
# Network connection pipeline timeouts and task interval loops
CONNECTION_TIMEOUT_SECONDS=10.0
STREAM_HEARTBEAT_DELAY=1.0
# Cross-Origin Resource Sharing (CORS) client access rules
# Can be restricted to absolute domains (e.g., http://127.0.0.1:5174) in production
ALLOWED_ORIGINS=*