REMOTE: Added possibility to change target IP of remote API (#943)

This commit is contained in:
Miłosz Giera
2024-01-07 13:57:54 +01:00
committed by GitHub
parent 68a8427838
commit 1b03618555
3 changed files with 37 additions and 4 deletions

View File

@@ -42,6 +42,8 @@ export const Settings = {
MaxPortCapacity: 50,
/** Limit the number of entries in the terminal. */
MaxTerminalCapacity: 500,
/** IP address the Remote File API client will try to connect to. Default localhost . */
RemoteFileApiAddress: "localhost",
/** Port the Remote File API client will try to connect to. 0 to disable. */
RemoteFileApiPort: 0,
/** Whether to save the game when the player saves any file. */