DevChatter / DevChatterBot

MIT License
55 stars 28 forks source link

Update the Configuration.md #201

Closed asyncawake closed 6 years ago

asyncawake commented 6 years ago

The appsettings.json file has changed and the instructions for setting up its contents are not accurate anymore.

There are now undocumented TwitchClientSettings and some of their names have changed, as well: "TwitchClientSettings": { "TwitchUsername": "secret", "TwitchChannelID": "secret", "TwitchBotUserID": "secret", "TwitchBotOAuth": "secret", "TwitchChannelOAuth": "secret", "TwitchChannel": "secret", "TwitchClientId": "secret"}

The old Settings were: "TwitchClientSettings": { "TwitchUsername": "secret", "TwitchUserID": "secret", "TwitchOAuth": "secret", "TwitchChannel": "secret", "TwitchClientId": "secret" }

asyncawake commented 6 years ago

I'm currently working on that, especially now that I've got my secret manager to work (thanks @benrick ) :)

benrick commented 6 years ago

How's this PR coming along, @asyncawake ?