Updates to docker configs
This commit is contained in:
11
example.env
11
example.env
@@ -7,11 +7,12 @@ CLIENT_ID=your_client_id
|
||||
CLIENT_SECRET=your_client_secret
|
||||
USER_AGENT=Flair Timer Comment Bot
|
||||
|
||||
# Subreddit to monitor
|
||||
SUBREDDIT=your_subreddit
|
||||
FLAIR_TEXT=Waiting for OP
|
||||
INTERVAL=30
|
||||
HOURS=48
|
||||
SEARCHLIMIT=600
|
||||
COMMENT_MESSAGE=Your comment message here
|
||||
LOCK_POST=False
|
||||
DISTINGUISH_STICKY=False
|
||||
|
||||
# Multiple flair configs as JSON string
|
||||
# Example:
|
||||
# FLAIR_TIMES_JSON=[{"flair_text": "Waiting for OP", "hours": 48, "comment_message": "Waiting for OP for 48 hours.", "lock_post": false, "distinguish_sticky": false}, {"flair_text": "Needs Info", "hours": 24, "comment_message": "Needs Info for 24 hours.", "lock_post": true, "distinguish_sticky": true}]
|
||||
FLAIR_TIMES_JSON=[{"flair_text": "Waiting for OP", "hours": 48, "comment_message": "Waiting for OP for 48 hours.", "lock_post": false, "distinguish_sticky": false}]
|
||||
|
||||
Reference in New Issue
Block a user