Disable Rest by default

Version Tick
This commit is contained in:
high 2011-09-05 23:57:38 -04:00
parent cc0852383d
commit 1a9f4d43bc
2 changed files with 3 additions and 3 deletions

View file

@ -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;