feat: 新增job db选择
This commit is contained in:
@@ -53,7 +53,8 @@
|
||||
//redis使用freeesql参数在“FreeSqlOptions的ConnectionStringBuilder中”
|
||||
"Redis": {
|
||||
"IsEnabled": false,
|
||||
"Configuration": "127.0.0.1:6379,password=123,Database=13"
|
||||
"Configuration": "127.0.0.1:6379,password=123,defaultDatabase=13",
|
||||
"JobDb": 13
|
||||
},
|
||||
|
||||
//鉴权
|
||||
|
||||
Reference in New Issue
Block a user