startup and config changes #12

Merged
alex_orid merged 5 commits from startup-changes into master 2021-01-20 04:49:30 +00:00
Showing only changes of commit e81e4d1b22 - Show all commits

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.
### For Twitch Credentials
Username = `TwitchUsername`
Username = `TwitchUsername` *(Must match ***credentialsNickname*** in config)*
Helix Client ID = `https://dev.twitch.tv/console/apps`
@ -19,12 +19,12 @@ Oauth = `https://twitchapps.com/tmi/`
V5 Client ID = `https://twitchtokengenerator.com/`
### For Database Credentials
Nickname = `Anything You Want`
Nickname = `Anything You Want` *(Must match ***credentialsNickname*** in config)*
Engine = `"mysql+mysqlconnector://root:password@localhost:3306/DatabaseName"`
### For Discord Credentials
Nickname = `Anything You Want`
Nickname = `Anything You Want` *(Must match ***credentialsNickname*** in config)*
Token = `https://discord.com/developers/`