This commit is contained in:
张成
2026-03-24 16:07:02 +08:00
commit aa8eaa6ccd
121 changed files with 34042 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
/**
* 开发/测试环境配置
*/
module.exports = {
// ============================================
// 数据库配置(测试环境)
// ============================================
"db": {
"username": "wms_node",
"password": "SLrhewk5eePr5Z7Y",
"database": "wms_node",
"host": "192.144.167.231",
"port": 3306,
"dialect": "mysql"
},
// ============================================
// 微信配置(测试环境)
"aliyun": {
"accessKeyId": "LTAI5t7kYFnwxKMBUgdQLvVT",
"accessKeySecret": "TqXxL6rTYaXDg4RGOgCukyc9gWgl54",
"ossUrl": "https://bimwe.oss-cn-shanghai.aliyuncs.com",
"bucket": "bimwe",
},
"redis": {
"host": "101.132.75.138",
"port": "6379",
"pwd": "zc123"
},
"ai": {
"apiKey": "",
"baseUrl": "https://dashscope.aliyuncs.com/api/v1"
},
}