Merge pull request #225 from rtm516/patch-1
Added query port to the starbound config
This commit is contained in:
		
						commit
						642e72e62f
					
				| @ -10,7 +10,7 @@ | ||||
|     "image": "quay.io\/pterodactyl\/core:source", | ||||
|     "startup": ".\/starbound_server", | ||||
|     "config": { | ||||
|         "files": "{\r\n    \"storage\/starbound_server.config\": {\r\n        \"parser\": \"json\",\r\n        \"find\": {\r\n            \"gameServerPort\": \"{{server.build.default.port}}\"\r\n        }\r\n    }\r\n}", | ||||
|         "files": "{\r\n    \"storage\/starbound_server.config\": {\r\n        \"parser\": \"json\",\r\n        \"find\": {\r\n            \"gameServerPort\": \"{{server.build.default.port}}\",\r\n            \"queryServerPort\": \"{{server.build.default.port}}\"\r\n        }\r\n    }\r\n}", | ||||
|         "startup": "{\r\n    \"done\": \"Starting UniverseServer\",\r\n    \"userInteraction\": []\r\n}", | ||||
|         "logs": "{\r\n    \"custom\": true,\r\n    \"location\": \"logs\/latest.log\"\r\n}", | ||||
|         "stop": "^C" | ||||
| @ -60,4 +60,4 @@ | ||||
|             "rules": "string" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user