This commit is contained in:
张成
2025-12-19 21:53:39 +08:00
parent bccd2d31d2
commit abe2ae3c3a
6 changed files with 293 additions and 326 deletions

View File

@@ -29,7 +29,7 @@ module.exports = {
redis: {
"host": "192.144.167.231",
"port": "6379",
"pwd": "zc123"
"pwd": "zc123",
},
oos: {
"accessKeyId": "LTAI5tENEdLxFU7Ne9wGazsk",

View File

@@ -93,7 +93,12 @@ module.exports = {
// Redis 配置
redis: baseConfig.redis || null,
redis: {
"host": "192.144.167.231",
"port": "6379",
"pwd": "zc123",
},
// 模型路径
modelPaths: './api/model',