diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2020-09-10 13:24:00 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2020-09-10 13:24:00 +0000 |
commit | ba1481988321c54e5250a21ba3827b9825f04228 (patch) | |
tree | d12244276cea7309b1d3f4e006a1f5936205345c /exampleconfig.json | |
parent | 32ceca68ef3fe274747344cfaabf04e0fff3e5b0 (diff) | |
parent | 81beed4b8dd2e7fc5365cc5c344d20109d10e7db (diff) | |
download | SmallYTChannelBot-ba1481988321c54e5250a21ba3827b9825f04228.tar.gz SmallYTChannelBot-ba1481988321c54e5250a21ba3827b9825f04228.zip |
updated?
Diffstat (limited to 'exampleconfig.json')
-rwxr-xr-x | exampleconfig.json | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/exampleconfig.json b/exampleconfig.json index 82649dc..3a8879c 100755 --- a/exampleconfig.json +++ b/exampleconfig.json @@ -1,20 +1,20 @@ { "redditapi": { - "client_id": "xxxxxxxxxxxxx", - "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxx", - "user_agent": "xxxxxxxxxxxxxxx", - "username": "xxxxxxxxxxxxxxx", - "password": "xxxxxxxxxxxxxxxxxxxx" + "client_id": "xxxxxxxxxxxxxxx", + "client_secret": "xxxxxxxxxxxxxxxxxxxx", + "user_agent": "SmallYTChannelBot", + "username": "xxxxxxxxxxxxxxxxx", + "password": "xxxxxxxxxxxxxxxxxxxxx" }, "imgurapi": { - "client_id": "xxxxxxxxxxxxxxxxx", - "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + "client_id": "xxxxxxxxxxxxxxxxxxxx", + "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxx" }, "youtubeapi": { - "developer_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + "developer_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }, "subreddit": "jwnskanzkwktest", "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/)", @@ -23,5 +23,13 @@ "Discussion", "Meta", "Collab" - ] -}
\ No newline at end of file + ], + "mysql": + { + "host": "localhost", + "port": 3306, + "user": "root", + "passwd": "xxxxxxxxxxxxxxxxx", + "database": "SmallYTChannel" + } +} |