diff options
author | jwansek <37976823+jwansek@users.noreply.github.com> | 2020-11-24 00:22:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-24 00:22:06 +0000 |
commit | 5a0b6637975d430dfd1be5894df89d56df215b09 (patch) | |
tree | abc405c6a636a0b42b91c52fb5ac9be07338078a /exampleconfig.json | |
parent | 7677d95c729ab88080d742461fcb3b07c8b421f7 (diff) | |
parent | e2b1386a53c34812d1f8919a5c0ba67f9781a131 (diff) | |
download | SmallYTChannelBot-5a0b6637975d430dfd1be5894df89d56df215b09.tar.gz SmallYTChannelBot-5a0b6637975d430dfd1be5894df89d56df215b09.zip |
Merge pull request #1 from jwansek/MySQLdev
merge MySQL branch
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 +} |