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 d21b491 commit 9d30767Copy full SHA for 9d30767
CFLookup/Program.cs
@@ -125,8 +125,8 @@ private static async Task Main(string[] args)
125
126
builder.Services.AddSingleton(redis);
127
128
- builder.Services.AddDataProtection()
129
- .PersistKeysToStackExchangeRedis(redis, "CFLookup-DataProtection-Keys");
+ /*builder.Services.AddDataProtection()
+ .PersistKeysToStackExchangeRedis(redis, "CFLookup-DataProtection-Keys");*/
130
131
builder.Services.AddScoped(x => new InfluxDBClient(influxDBConnString, influxToken));
132
builder.Services.AddScoped<InfluxDBWriter>();
0 commit comments