mirror of
https://github.com/sys-nyx/red-arch.git
synced 2025-06-06 14:10:01 -04:00
fixed formatting of comments in config example
This commit is contained in:
parent
2154e7d9b5
commit
0255ceaf6f
1 changed files with 9 additions and 6 deletions
15
config.toml
15
config.toml
|
@ -1,9 +1,12 @@
|
|||
|
||||
[funny] #subreddit name
|
||||
comments = funny_comments.json #path to pushshift comments file
|
||||
posts = funny_submissions.json #path to pushshift submissions file
|
||||
#subreddit name
|
||||
[funny]
|
||||
#path to pushshift comments file
|
||||
comments = funny_comments.zst
|
||||
#path to pushshift submissions file
|
||||
posts = funny_submissions.zst
|
||||
|
||||
# add other sets of dumps as needed
|
||||
#Add other subs if you like
|
||||
[funnymemes]
|
||||
comments = funnymemes_comments.json
|
||||
posts = funnymemes_submissions.json
|
||||
comments = funnymemes_comments.zst
|
||||
posts = funnymemes_submissions.zst
|
Loading…
Add table
Add a link
Reference in a new issue