diff options
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 |