* Changed RemoteApi default port in EGG and Readme because its overlapping with the Wing port

This commit is contained in:
TuEye 2021-03-12 19:28:23 +01:00
parent a2f064a813
commit bf8c048c17
No known key found for this signature in database
GPG Key ID: B65244749F539B2A
2 changed files with 3 additions and 3 deletions

View File

@ -24,4 +24,4 @@ This server uses about 7GB of diskspace.
|-------|---------| |-------|---------|
| Game | 27016 | | Game | 27016 |
| Steam | 8766 | | Steam | 8766 |
| API | 8080 | | API | 8081 |

View File

@ -4,7 +4,7 @@
"version": "PTDL_v1", "version": "PTDL_v1",
"update_url": null "update_url": null
}, },
"exported_at": "2021-03-12T01:28:31+01:00", "exported_at": "2021-03-12T19:26:23+01:00",
"name": "Space Engineers", "name": "Space Engineers",
"author": "tueye@tuworld.de", "author": "tueye@tuworld.de",
"description": "Space Engineers is a voxel-based sandbox game set in space and on planets.", "description": "Space Engineers is a voxel-based sandbox game set in space and on planets.",
@ -122,7 +122,7 @@
"name": "Remote Api Port", "name": "Remote Api Port",
"description": "Remote Api Port", "description": "Remote Api Port",
"env_variable": "REMOTEAPI_PORT", "env_variable": "REMOTEAPI_PORT",
"default_value": "8080", "default_value": "8081",
"user_viewable": true, "user_viewable": true,
"user_editable": true, "user_editable": true,
"rules": "required|numeric|max:65535" "rules": "required|numeric|max:65535"