mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-29 18:58:15 +08:00
* Changed RemoteApi default port in EGG and Readme because its overlapping with the Wing port
This commit is contained in:
parent
a2f064a813
commit
bf8c048c17
@ -24,4 +24,4 @@ This server uses about 7GB of diskspace.
|
|||||||
|-------|---------|
|
|-------|---------|
|
||||||
| Game | 27016 |
|
| Game | 27016 |
|
||||||
| Steam | 8766 |
|
| Steam | 8766 |
|
||||||
| API | 8080 |
|
| API | 8081 |
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user