Files

35 lines
1.0 KiB
Bash

# Application Environment Variables Template
# Logging configuration level (e.g. info, debug, trace)
RUST_LOG=info
# Hyperliquid configuration
# Ethereum wallet address to monitor on Hyperliquid
WALLET_ADDRESS=0xc64cc00b46101bd40aa1c3121195e85c0b0918d8
# Whether to monitor on Testnet (true) or Mainnet (false)
IS_TESTNET=true
# Notion configuration
# Notion Integration Token/API Key
NOTION_API_KEY=
# Notion Database ID to write trade records into
NOTION_DATABASE_ID=
# TradeSnap configuration
# Whether to enable TradingView chart screenshots (true/false)
ENABLE_SCREENSHOT=false
# The API URL of the TradeSnap service
TRADESNAP_URL=http://tradesnap:8003
# Ticker type switch: true to use BINANCE:{coin}USDT.P (USDT perp), false to use BINANCE:{coin}USDC.P (USDC perp)
BTCUSDT_SNAPSHOT=false
# Switch to enable/disable 15m screenshots
SYMBOL_15M_SNAPSHOT=false
# Switch to enable/disable 1h screenshots
SYMBOL_1H_SNAPSHOT=false
# Switch to enable/disable 4h screenshots
SYMBOL_4H_SNAPSHOT=false
# Switch to enable/disable 1D screenshots
SYMBOL_1D_SNAPSHOT=false