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