diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2020-07-26 22:00:04 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2020-07-26 22:00:04 +0100 |
commit | 8f4c9d81a5c78f5f7fb86c1934ce31abd8290ad7 (patch) | |
tree | e767e1078f1ca3f5d2fd1e268f1b7a19129e0201 /exampleconfig.json | |
parent | 7677d95c729ab88080d742461fcb3b07c8b421f7 (diff) | |
download | SmallYTChannelBot-8f4c9d81a5c78f5f7fb86c1934ce31abd8290ad7.tar.gz SmallYTChannelBot-8f4c9d81a5c78f5f7fb86c1934ce31abd8290ad7.zip |
started on MySQL development branch
Diffstat (limited to 'exampleconfig.json')
-rwxr-xr-x | exampleconfig.json | 10 |
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 |