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;

View file

@ -36,5 +36,5 @@ using System.Runtime.InteropServices;
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3.0.0905")]
[assembly: AssemblyFileVersion("3.3.0.0905")]
[assembly: AssemblyVersion("3.3.2.0905")]
[assembly: AssemblyFileVersion("3.3.2.0905")]