- Right click on
UwpCommunity.WebApi>Manage User Secrets - Paste
{
"ConnectionStrings": {
"Postgre": "Host=www;Database=xxx;Username=yyy;Password=zzz"
},
"Discord": {
"Client": "",
"Secret": "",
"BotToken": "",
"GuildId": ""
}
}
- Go to
https://uwpcommunity.com/ - Login
- Run in the console
localStorage.getItem("discordAuthData"); - Copy the
access_token - Paste in
Nightingale(or another rest client)
