feat(server): 更新服务器配置并调整网络设置

- 修改数据库服务器地址和端口
- 更新后台服务器地址
- 调整逻辑服务器和其他相关服务器的地址
- 更改数据库密码
- 在 docker-compose.yml 中添加网络配置和端口映射
This commit is contained in:
root
2025-07-02 23:05:36 +08:00
parent 971de6ec9f
commit fe82801742
9 changed files with 58 additions and 36 deletions

View File

@@ -40,7 +40,7 @@ DBServer = {
--数据库连接配置
SQL = {
Host = "127.0.0.1",
Host = "192.168.25.110",
Port = 3308,
DBName = "mir_actor_s1",
DBUser = "root",