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.
1 parent cd770b0 commit 8990c1cCopy full SHA for 8990c1c
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