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

8
buildConfig/NameServerLinux.txt Normal file → Executable file
View File

@@ -1,4 +1,4 @@
NameServer =
NameServer =
{
--服务器名称
ServerName = "zgame-nameserver",
@@ -15,10 +15,10 @@
SQL =
{
--Host = "192.168.0.173",
Host = "127.0.0.1",
Port = 3306,
Host = "192.168.25.110",
Port = 3307,
DBName = "mir_name",
DBUser = "root",
DBPass = "85b5c930502992d4"
DBPass = "mysql_Adkijc"
}
}