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;
|
||||
|
|
|
|||
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue