Update README.md

This commit is contained in:
Alex Orid 2021-01-19 23:47:34 -05:00
parent 3ef6df23f1
commit e81e4d1b22

View File

@ -10,7 +10,7 @@ Create a json based on the templates and put them into the `/credentials/` folde
Refer to the `/credential_templates/` folder for examples. Refer to the `/credential_templates/` folder for examples.
### For Twitch Credentials ### For Twitch Credentials
Username = `TwitchUsername` Username = `TwitchUsername` *(Must match ***credentialsNickname*** in config)*
Helix Client ID = `https://dev.twitch.tv/console/apps` Helix Client ID = `https://dev.twitch.tv/console/apps`
@ -19,12 +19,12 @@ Oauth = `https://twitchapps.com/tmi/`
V5 Client ID = `https://twitchtokengenerator.com/` V5 Client ID = `https://twitchtokengenerator.com/`
### For Database Credentials ### For Database Credentials
Nickname = `Anything You Want` Nickname = `Anything You Want` *(Must match ***credentialsNickname*** in config)*
Engine = `"mysql+mysqlconnector://root:password@localhost:3306/DatabaseName"` Engine = `"mysql+mysqlconnector://root:password@localhost:3306/DatabaseName"`
### For Discord Credentials ### For Discord Credentials
Nickname = `Anything You Want` Nickname = `Anything You Want` *(Must match ***credentialsNickname*** in config)*
Token = `https://discord.com/developers/` Token = `https://discord.com/developers/`