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 a10494d commit bedf173Copy full SHA for bedf173
src/JoinRpg.Portal/Startup.cs
@@ -72,7 +72,7 @@ public void ConfigureServices(IServiceCollection services)
72
73
74
var dataProtection = services.AddDataProtection();
75
- if (blobStorageOptions.BlobStorageConfigured)
+ if (blobStorageOptions.BlobStorageConfigured && !environment.IsDevelopment())
76
{
77
dataProtection.PersistKeysToAzureBlobStorage(
78
blobStorageOptions.BlobStorageConnectionString,
0 commit comments