Browse Source

Added TODO

pull/848/head
Halil ibrahim Kalkan 8 years ago
parent
commit
ce66211c87
  1. 1
      samples/MicroserviceDemo/applications/AuthServer.Host/AuthServerHostModule.cs

1
samples/MicroserviceDemo/applications/AuthServer.Host/AuthServerHostModule.cs

@ -70,6 +70,7 @@ namespace AuthServer.Host
options.ApplicationName = "AuthServer";
});
//TODO: ConnectionMultiplexer.Connect call has problem since redis may not be ready when this service has started!
var redis = ConnectionMultiplexer.Connect(configuration["Redis:Configuration"]);
context.Services.AddDataProtection()
.PersistKeysToStackExchangeRedis(redis, "MsDemo-DataProtection-Keys");

Loading…
Cancel
Save