Update appsettings.json
upgrade .net 8 error:IDX10720: Unable to create KeyedHashAlgorithm for algorithmHS256'. the key size must be greater than: '256' bits, key has '152' bits. Arg ParamName Name ,This means that the key needs to be more than 256 bits, that is, the set key is too short
This commit is contained in:
parent
d01c102e63
commit
7e5228ddcb
|
|
@ -10,7 +10,7 @@
|
|||
"Jwt": {
|
||||
"Issuer": "botsharp",
|
||||
"Audience": "botsharp",
|
||||
"Key": "31ba6052aa6f4569901facc3a41fcb4a"
|
||||
"Key": "31ba6052aa6f4569901facc3a41fcb4adfd9b46dd00c40af8a753fbdc2b89869"
|
||||
},
|
||||
|
||||
"LlmProviders": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue