Spaces:
Paused
Paused
| # Ultroid Configuration Template | |
| # Copy this file to .env and fill in your values | |
| # Session strings (get from @StringSessionBot) | |
| SESSION1=your_session_string_here | |
| # Database URL (MongoDB) | |
| MONGO_URI=mongodb://localhost:27017/ultroid | |
| # Bot token (if using bot mode) | |
| BOT_TOKEN=your_bot_token_here | |
| # API credentials | |
| API_ID=your_api_id | |
| API_HASH=your_api_hash | |
| # Optional: Addons URL | |
| ADDONS_URL=https://github.com/TeamUltroid/UltroidAddons.git | |
| # Optional: Exclude specific addons | |
| EXCLUDE_ADDONS= | |
| # Optional: Include only specific addons | |
| INCLUDE_ADDONS= | |
| # Log channel ID | |
| LOG_CHANNEL=your_log_channel_id | |
| # Connection settings | |
| CONNECTION_TIMEOUT=30 | |
| MAX_RETRIES=5 | |