We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd770b0 + 8990c1c commit e62238eCopy full SHA for e62238e
OpenAPI/LearningHub.Nhs.OpenApi/Startup.cs
@@ -173,7 +173,7 @@ public void ConfigureServices(IServiceCollection services)
173
services.AddDistributedCache(option =>
174
{
175
option.RedisConnectionString = this.Configuration.GetConnectionString("LearningHubRedis");
176
- option.KeyPrefix = envPrefix;
+ option.KeyPrefix = $"{envPrefix}_WebUI";
177
option.DefaultExpiryInMinutes = 60;
178
});
179
0 commit comments