Commit Graph

10 Commits

Author SHA1 Message Date
403b49453e refactor: 更新数据库配置文件
- 修改数据库端口:将 DBServerLinux.txt 中的 3308 改为 3306
- 更新数据库密码:将多个配置文件中的数据库密码从 "85b5c930502992d4" 更改为 "mysql_y8NXNT"
- 统一配置文件格式:去除多余空格和换行符
2025-05-17 11:35:09 +08:00
root
8104229b4f feat(DBServer): 启动脚本中增加 build 服务群启动步骤
- 在 DBServer/start.sh 脚本中添加了启动 build 服务群的步骤
- 新增 echo 语句提示正在启动 build 服务群
- 调用 /data/server/build/run.sh 脚本启动 build 服务
2025-04-15 15:48:59 +08:00
aixianling
d75ca0eadb fix(DBServer,Gateway,LogicServer): 修正停止脚本中的服务变量定义
- 在 DBServer、Gateway 和 LogicServer 的停止脚本中,
  将服务变量 srv 的定义从错误的格式改为正确的格式
- 例如:将 `srv = $"dbserver"` 修改为
2025-02-20 16:03:40 +08:00
aixianling
b4aa99adbf fix(DBServer,Gateway,LogicServer): 修复停止脚本中的服务变量定义
- 在 DBServer、Gateway 和 LogicServer 的停止脚本中,
  修正了服务变量 srv 的定义方式
- 将 "srv = \"服务名\"" 修改为 "srv = `\"服务名\"`"
- 这个修改解决了脚本在执行时可能出现的语法错误,
  确保了脚本的正确运行
2025-02-20 15:45:50 +08:00
root
6c2e999d1c 文件权限变更 2025-02-20 15:22:11 +08:00
aixianling
cb86244ff8 feat(server): 添加数据库和网关服务脚本并更新 Docker 配置
- 新增 DBServer 和 Gateway 的启动和停止脚本
- 更新 docker-compose.yml,添加 db 和 gate 服务
- 优化服务启动顺序,确保 db 服务先于 logic 和 gate 服务启动
2025-02-20 12:11:22 +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