Skip to content

Commit 9d30767

Browse files
committed
fix: Trying by removing dataprotection, as we don't have multiple servers
1 parent d21b491 commit 9d30767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CFLookup/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ private static async Task Main(string[] args)
125125

126126
builder.Services.AddSingleton(redis);
127127

128-
builder.Services.AddDataProtection()
129-
.PersistKeysToStackExchangeRedis(redis, "CFLookup-DataProtection-Keys");
128+
/*builder.Services.AddDataProtection()
129+
.PersistKeysToStackExchangeRedis(redis, "CFLookup-DataProtection-Keys");*/
130130

131131
builder.Services.AddScoped(x => new InfluxDBClient(influxDBConnString, influxToken));
132132
builder.Services.AddScoped<InfluxDBWriter>();

0 commit comments

Comments
 (0)