voteapi fixes
This commit is contained in:
parent
d96039d20c
commit
051daebada
3 changed files with 4 additions and 3 deletions
src/EllieBot.VotesApi
|
@ -25,7 +25,7 @@ namespace EllieBot.VotesApi
|
|||
|
||||
services.AddGrpcClient<VoteService.VoteServiceClient>(options =>
|
||||
{
|
||||
options.Address = new Uri("http://127.0.0.1:59384");
|
||||
options.Address = new Uri(Configuration["BotGrpcHost"]!);
|
||||
})
|
||||
.ConfigureChannel((sp, c) =>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue