13 lines
378 B
Bash
13 lines
378 B
Bash
|
|
# 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
|