This commit is contained in:
张成
2026-03-24 17:03:54 +08:00
parent 268520a0f2
commit 5b654824b4
25 changed files with 799 additions and 111 deletions

View File

@@ -9,10 +9,10 @@ module.exports = {
// 数据库配置(测试环境)
// ============================================
"db": {
"username": "wms_node",
"password": "SLrhewk5eePr5Z7Y",
"database": "wms_node",
"host": "192.144.167.231",
"username": "wechat_admin",
"password": "YJEjLXnxJ3WraSiy",
"database": "wechat_admin",
"host": "101.132.75.138",
"port": 3306,
"dialect": "mysql"
},