From 8f4c9d81a5c78f5f7fb86c1934ce31abd8290ad7 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sun, 26 Jul 2020 22:00:04 +0100 Subject: started on MySQL development branch --- exampleconfig.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'exampleconfig.json') diff --git a/exampleconfig.json b/exampleconfig.json index 82649dc..7217df7 100755 --- a/exampleconfig.json +++ b/exampleconfig.json @@ -23,5 +23,13 @@ "Discussion", "Meta", "Collab" - ] + ], + "mysql": + { + "host": "localhost", + "port": 3306, + "user": "root", + "passwd": "xxxxxxxxxxxxxx", + "database": "SmallYTChannel" + } } \ No newline at end of file -- cgit v1.2.3 From 81beed4b8dd2e7fc5365cc5c344d20109d10e7db Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 1 Aug 2020 17:35:34 +0100 Subject: updated the readme --- exampleconfig.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'exampleconfig.json') diff --git a/exampleconfig.json b/exampleconfig.json index 7217df7..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/)", @@ -29,7 +29,7 @@ "host": "localhost", "port": 3306, "user": "root", - "passwd": "xxxxxxxxxxxxxx", + "passwd": "xxxxxxxxxxxxxxxxx", "database": "SmallYTChannel" } -} \ No newline at end of file +} -- cgit v1.2.3