Expanded main() a little to add DB_Module to the Twitch_Module. Added a db_manager to the Twitch_Module class. Added the nickname string to the db credential.
9 lines
206 B
JSON
9 lines
206 B
JSON
{
|
|
"nickname": "AnythingYouWant",
|
|
"username": "",
|
|
"password": "",
|
|
"ipAddress": "",
|
|
"port": "",
|
|
"databaseName": "",
|
|
"engine": "mysql+mysqlconnector://root:password@localhost:3306/DatabaseName"
|
|
} |