Praxis_Bot/credential_templates/credential_template_db.json
Alex Orid 85909ecad9 Twitch Script Credentials Integration
Updated the template for database credentials.

Added the credentials module to the twitch script.

Modified the main.py to join my channel if it detects a specific credential.
2020-09-23 01:48:03 -04:00

8 lines
173 B
JSON

{
"username": "",
"password": "",
"ipAddress": "",
"port": "",
"databaseName": "",
"engine": "mysql+mysqlconnector://root:password@localhost:3306/DatabaseName"
}