voting largely re-added. Votesapi will instantly send grpc requests to the bot in order to award the user instantly
vote and timely now a better breakdown of what affects rewards
This commit is contained in:
parent
9fe75d930f
commit
b1d28296f0
9 changed files with 113 additions and 71 deletions
src/EllieBot.VotesApi
|
@ -25,8 +25,7 @@ namespace EllieBot.VotesApi
|
|||
|
||||
services.AddGrpcClient<VoteService.VoteServiceClient>(options =>
|
||||
{
|
||||
var grpcServiceUrl = Configuration["GrpcServiceUrl"]!;
|
||||
options.Address = new Uri(grpcServiceUrl);
|
||||
options.Address = new Uri("http://127.0.0.1:59384");
|
||||
})
|
||||
.ConfigureChannel((sp, c) =>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue