mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
REMOTE: Added possibility to change target IP of remote API (#943)
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user