diff --git a/v-risingconfig.json b/v-risingconfig.json index 703614b24..6e1e3fa87 100644 --- a/v-risingconfig.json +++ b/v-risingconfig.json @@ -1820,6 +1820,20 @@ "EnumValues": {}, "Hidden": true }, + { + "DisplayName": "API Port", + "Category": "V Rising - Host Settings", + "Description": "TCP port for API features", + "Keywords": "", + "FieldName": "$APIPort", + "InputType": "number", + "IsFlagArgument": false, + "ParamFieldName": "API.BindPort", + "IncludeInCommandLine": false, + "DefaultValue": "", + "EnumValues": {}, + "Hidden": true + }, { "DisplayName": "RCON Port", "Category": "V Rising - Host Settings", diff --git a/v-risingports.json b/v-risingports.json index f12c03ce2..e3780f575 100644 --- a/v-risingports.json +++ b/v-risingports.json @@ -19,6 +19,16 @@ "Description": "Steam Query Port", "ChildPorts": null }, + { + "Protocol": "TCP", + "Port": 9090, + "Offset": 0, + "Range": 1, + "Ref": "APIPort", + "Name": "API Port", + "Description": "API Port", + "ChildPorts": null + }, { "Protocol": "TCP", "Port": 25575,