| # AirMicroDrip optional overrides | |
| # Runtime does not require API keys. | |
| # NEVER commit a real .env to git. | |
| # Hugging Face (for deployment) | |
| HF_TOKEN=your_hf_token_here | |
| # Optional token mint override for holder tracking and slippage collection | |
| # TOKEN_MINT=your_solana_token_mint_here | |
| # Optional no-key local inference endpoint for liquidity benchmarking | |
| # INFERENCE_API_URL=http://localhost:11434 | |
| # Optional Solana RPC override | |
| # SOLANA_RPC_URL=https://api.mainnet-beta.solana.com | |