fixed wave not starting without redis configuration
This commit is contained in:
parent
9351a10939
commit
6718d9dab1
|
@ -59,6 +59,7 @@
|
||||||
EncryptionAlgorithm = EncryptionAlgorithm.AES_256_CBC,
|
EncryptionAlgorithm = EncryptionAlgorithm.AES_256_CBC,
|
||||||
ValidationAlgorithm = ValidationAlgorithm.HMACSHA256
|
ValidationAlgorithm = ValidationAlgorithm.HMACSHA256
|
||||||
});
|
});
|
||||||
|
builder.Services.AddDistributedMemoryCache();
|
||||||
logMessages.Add("No Redis connection string found.");
|
logMessages.Add("No Redis connection string found.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue