feat(server): 更新服务器配置并调整网络设置
- 修改数据库服务器地址和端口 - 更新后台服务器地址 - 调整逻辑服务器和其他相关服务器的地址 - 更改数据库密码 - 在 docker-compose.yml 中添加网络配置和端口映射
This commit is contained in:
		
							
								
								
									
										8
									
								
								buildConfig/NameServerLinux.txt
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										8
									
								
								buildConfig/NameServerLinux.txt
									
									
									
									
									
										
										
										Normal file → Executable 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"  | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user