Skip to content

Commit

Permalink
fix: 修改redis配置
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Dec 20, 2023
1 parent a6e7e20 commit 4e83a30
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"Default": "Data Source=mysql;Port=3306;Database=LionAbpProDB;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true"
},
"Redis": {
"Configuration": "redis,password=1q2w3E*,defaultdatabase=1"
"Configuration": "redis:6379,password=1q2w3E*,defaultdatabase=3"
},
"Hangfire": {
"Redis": {
"Host": "redis,password=1q2w3E*",
"Host": "redis:6379,password=1q2w3E*",
"DB": "2"
}
},
Expand Down

0 comments on commit 4e83a30

Please sign in to comment.