diff --git a/LaDOSE.Src/LaDOSE.DiscordBot/settings.json b/LaDOSE.Src/LaDOSE.DiscordBot/settings.json index 2e4eb56..90500c6 100644 --- a/LaDOSE.Src/LaDOSE.DiscordBot/settings.json +++ b/LaDOSE.Src/LaDOSE.DiscordBot/settings.json @@ -4,5 +4,10 @@ }, "Challonge": { "Token": "CHALLONGE API TOKEN" + }, + "REST": { + "Url": "http://localhost:5000", + "User": "user", + "Password": "password" } } \ No newline at end of file