Revert "testing use of redis backend"
This reverts commit 03968bb11f2cc8030e92d13bb63ada0af973ab38.
This commit is contained in:
parent
03968bb11f
commit
5d76c86ff3
@ -6,9 +6,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.1" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.15.1" />
|
||||
<PackageReference Include="StackExchange.Redis" Version="2.7.17" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@ -21,7 +21,7 @@ namespace BinaryDad.Coding
|
||||
public void ConfigureServices(IServiceCollection services)
|
||||
{
|
||||
services.AddMvc();
|
||||
services.AddSignalR().AddStackExchangeRedis("redis-service:6379");
|
||||
services.AddSignalR();
|
||||
|
||||
services.AddHttpsRedirection(options =>
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user