# Reddit API Credentials (Optional - for 10x rate limit)
# Get these from https://www.reddit.com/prefs/apps
REDDIT_CLIENT_ID=your_client_id_here
REDDIT_CLIENT_SECRET=your_client_secret_here
REDDIT_USER_AGENT=your_app_name/1.0.0
# Server Mode (Optional)
# Set to true to run as HTTP server instead of stdio
REDDIT_BUDDY_HTTP=false