Commit Graph

5 Commits

Author SHA1 Message Date
403b49453e refactor: 更新数据库配置文件
- 修改数据库端口:将 DBServerLinux.txt 中的 3308 改为 3306
- 更新数据库密码:将多个配置文件中的数据库密码从 "85b5c930502992d4" 更改为 "mysql_y8NXNT"
- 统一配置文件格式:去除多余空格和换行符
2025-05-17 11:35:09 +08:00
aixianling
3038e83417 feat(DBServer): 修改数据服务监听地址
- 将 DBService 的 Address 从 "127.0.0.1" 修改为 "0.0.0.0
2025-02-17 17:08:49 +08:00
aixianling
132b06e02b fix(DBServer): 修改数据库连接端口
- 将数据库连接端口从 3307 修改为 3308
- 此修改解决了端口冲突问题,提高了系统的稳定性
2024-12-17 15:48:53 +08:00
root
764ae3c97c 测试服启动 2024-12-16 20:45:03 +08:00
aixianling
00ee9dd8ea init 2024-12-16 13:51:31 +08:00