forked from duongja/Tinvest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (33 loc) · 1.06 KB
/
Copy path.env.example
File metadata and controls
33 lines (33 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
DATABASE_URL="postgresql://watcher:watcher@localhost:5432/watchers?schema=public"
TELEGRAM_BOT_TOKEN=""
TELEGRAM_WEBHOOK_SECRET=""
ADMIN_SECRET=""
CRON_SECRET=""
STONFI_API_BASE_URL="https://api.ston.fi"
STONFI_SWAP_BASE_URL="https://app.ston.fi/swap"
STONFI_TON_ASSET_ADDRESS="EQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM9c"
STONFI_REQUEST_TIMEOUT_MS="30000"
STONFI_REQUEST_RETRIES="3"
STONFI_MAX_POOLS="1000"
OPENAI_API_KEY=""
OPENAI_BASE_URL="https://api.openai.com/v1"
OPENAI_MODEL="gpt-4o-mini"
OPENAI_WIRE_API="responses"
OPENAI_REASONING_EFFORT=""
OPENAI_DISABLE_RESPONSE_STORAGE="true"
COLLECTOR_INTERVAL_MS="300000"
SCORER_INTERVAL_MS="900000"
ALERT_INTERVAL_MS="300000"
MARKET_STALE_AFTER_MS="1800000"
TOP_LIST_SIZE="10"
MIN_LIQUIDITY_USD="10000"
SCORE_ALERT_THRESHOLD="70"
RISK_ALERT_THRESHOLD="65"
RANK_ALERT_TOP_N="10"
MINI_APP_PUBLIC_URL="https://example.com"
MINI_APP_NAME="TON Economic Watchers"
MINI_APP_ICON_URL="https://example.com/icon.png"
TON_RPC_ENDPOINT="https://toncenter.com/api/v2/jsonRPC"
TON_RPC_API_KEY=""
DEFAULT_SWAP_SLIPPAGE="0.01"
SERVER_PORT="3000"