fix: 调整 Redis 配置与调度依赖

This commit is contained in:
2025-12-01 19:58:07 +08:00
parent 15fc000cfc
commit b692a94d3c
6 changed files with 62 additions and 71 deletions

View File

@@ -1,4 +1,7 @@
{
"ConnectionStrings": {
"Redis": "49.232.6.45:6379,password=MsuMshk112233,abortConnect=false"
},
"Database": {
"DataSources": {
"AppDatabase": {
@@ -30,7 +33,6 @@
}
}
},
"Redis": "49.232.6.45:6379,password=MsuMshk112233,abortConnect=false",
"Identity": {
"Jwt": {
"Issuer": "takeout-saas",

View File

@@ -1,4 +1,7 @@
{
"ConnectionStrings": {
"Redis": "49.232.6.45:6379,password=MsuMshk112233,abortConnect=false"
},
"Database": {
"DataSources": {
"AppDatabase": {
@@ -30,7 +33,6 @@
}
}
},
"Redis": "49.232.6.45:6379,password=MsuMshk112233,abortConnect=false",
"Identity": {
"Jwt": {
"Issuer": "takeout-saas",