Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabefire authored Jun 19, 2024
1 parent a10c620 commit 11efbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TalkWaveApi.WebSocket/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
hubOptions.EnableDetailedErrors = true;
hubOptions.KeepAliveInterval = TimeSpan.FromSeconds(10);
hubOptions.HandshakeTimeout = TimeSpan.FromSeconds(5);
}).AddStackExchangeRedis("talkwavetest-vxc8e3.serverless.use2.cache.amazonaws.com:6379");
}).AddStackExchangeRedis("talkwaveselfdesigned.vxc8e3.ng.0001.use2.cache.amazonaws.com:6379");

var app = builder.Build();

Expand Down

0 comments on commit 11efbea

Please sign in to comment.