aboutsummaryrefslogtreecommitdiffstats
path: root/exampleconfig.json
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2020-07-26 22:00:04 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2020-07-26 22:00:04 +0100
commit8f4c9d81a5c78f5f7fb86c1934ce31abd8290ad7 (patch)
treee767e1078f1ca3f5d2fd1e268f1b7a19129e0201 /exampleconfig.json
parent7677d95c729ab88080d742461fcb3b07c8b421f7 (diff)
downloadSmallYTChannelBot-8f4c9d81a5c78f5f7fb86c1934ce31abd8290ad7.tar.gz
SmallYTChannelBot-8f4c9d81a5c78f5f7fb86c1934ce31abd8290ad7.zip
started on MySQL development branch
Diffstat (limited to 'exampleconfig.json')
-rwxr-xr-xexampleconfig.json10
1 files changed, 9 insertions, 1 deletions
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