Files
Modreplybot/.env.example
T

13 lines
378 B
Bash
Raw Normal View History

2026-03-08 18:08:24 +00:00
# Reddit Bot Docker Environment Configuration
# .env file example (for Docker)
REDDIT_CLIENT_ID=your_client_id
REDDIT_CLIENT_SECRET=your_client_secret
REDDIT_USERNAME=your_username
REDDIT_PASSWORD=your_password
REDDIT_USER_AGENT=modbot by /u/your_username
REDDIT_SUBREDDIT=your_subreddit
REDDIT_WIKI_PAGE=modbot-config
# Add this file to .gitignore if you commit your project