diff options
Diffstat (limited to 'exampleconfig.json')
-rwxr-xr-x | exampleconfig.json | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/exampleconfig.json b/exampleconfig.json index 3a8879c..0e517df 100755 --- a/exampleconfig.json +++ b/exampleconfig.json @@ -2,21 +2,21 @@ "redditapi": { "client_id": "xxxxxxxxxxxxxxx", - "client_secret": "xxxxxxxxxxxxxxxxxxxx", + "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxx", "user_agent": "SmallYTChannelBot", - "username": "xxxxxxxxxxxxxxxxx", - "password": "xxxxxxxxxxxxxxxxxxxxx" + "username": "SmallYTChannelBot", + "password": "xxxxxxxxxxxxxxxxxxxxxxxxxxx" }, "imgurapi": { - "client_id": "xxxxxxxxxxxxxxxxxxxx", - "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxx" + "client_id": "xxxxxxxxxxxxxxxx", + "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }, "youtubeapi": { - "developer_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + "developer_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }, - "subreddit": "jwnskanzkwktest", + "subreddit": "SmallYTChannel", "comment_tail": "\n\n\n ^/u/SmallYTChannelBot ^*made* ^*by* ^/u/jwnskanzkwk. ^*PM* ^*for* ^*bug* ^*reports.* ^*For* ^*more* ^*information,* ^*read* ^*the* ^[FAQ.](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)", "free_flairs": [ @@ -29,7 +29,8 @@ "host": "localhost", "port": 3306, "user": "root", - "passwd": "xxxxxxxxxxxxxxxxx", + "passwd": "xxxxxxxxxxxxxxxx", "database": "SmallYTChannel" - } + }, + "min_comment_len": 120 } |