1
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = {
|
||||
redis: {
|
||||
"host": "192.144.167.231",
|
||||
"port": "6379",
|
||||
"pwd": "zc123"
|
||||
"pwd": "zc123",
|
||||
},
|
||||
oos: {
|
||||
"accessKeyId": "LTAI5tENEdLxFU7Ne9wGazsk",
|
||||
|
||||
@@ -93,7 +93,12 @@ module.exports = {
|
||||
|
||||
|
||||
// Redis 配置
|
||||
redis: baseConfig.redis || null,
|
||||
redis: {
|
||||
"host": "192.144.167.231",
|
||||
"port": "6379",
|
||||
"pwd": "zc123",
|
||||
|
||||
},
|
||||
|
||||
// 模型路径
|
||||
modelPaths: './api/model',
|
||||
|
||||
Reference in New Issue
Block a user