diff options
Diffstat (limited to 'exampleconfig.json')
-rwxr-xr-x | exampleconfig.json | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/exampleconfig.json b/exampleconfig.json index 82649dc..0e517df 100755 --- a/exampleconfig.json +++ b/exampleconfig.json @@ -1,27 +1,36 @@ { "redditapi": { - "client_id": "xxxxxxxxxxxxx", + "client_id": "xxxxxxxxxxxxxxx", "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxx", - "user_agent": "xxxxxxxxxxxxxxx", - "username": "xxxxxxxxxxxxxxx", - "password": "xxxxxxxxxxxxxxxxxxxx" + "user_agent": "SmallYTChannelBot", + "username": "SmallYTChannelBot", + "password": "xxxxxxxxxxxxxxxxxxxxxxxxxxx" }, "imgurapi": { - "client_id": "xxxxxxxxxxxxxxxxx", - "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + "client_id": "xxxxxxxxxxxxxxxx", + "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }, "youtubeapi": { - "developer_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + "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": [ "Discussion", "Meta", "Collab" - ] -}
\ No newline at end of file + ], + "mysql": + { + "host": "localhost", + "port": 3306, + "user": "root", + "passwd": "xxxxxxxxxxxxxxxx", + "database": "SmallYTChannel" + }, + "min_comment_len": 120 +} |