docs: 更新项目文档,完善需求和技术细节

This commit is contained in:
ylweng
2025-09-01 01:05:53 +08:00
parent 028a458283
commit 816a51ae82
48 changed files with 18629 additions and 5301 deletions

View File

@@ -4,12 +4,12 @@
*/
const databaseConfig = {
// 测试环境配置
// 开发环境配置
development: {
host: '192.168.0.240',
port: 3306,
host: '129.211.213.226',
port: 9527,
username: 'root',
password: 'aiot$Aiot123',
password: 'aiotAiot123!',
database: 'ajhdata',
dialect: 'mysql',
logging: console.log,