Disable Rest by default
Version Tick
This commit is contained in:
parent
cc0852383d
commit
1a9f4d43bc
2 changed files with 3 additions and 3 deletions
|
|
@ -194,7 +194,7 @@ namespace TShockAPI
|
|||
public string ServerNickname = "TShock Server";
|
||||
|
||||
[Description("Enable/Disable the rest api.")]
|
||||
public bool RestApiEnabled = true;
|
||||
public bool RestApiEnabled = false;
|
||||
|
||||
[Description("This is the port which the rest api will listen on.")]
|
||||
public int RestApiPort = 7878;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue