New: added self hosted analytics to help improve nzbdrone. Can be turned off in Setting>General

This commit is contained in:
Keivan Beigi
2014-09-27 12:39:29 -07:00
parent cc8c88e921
commit a21b535937
7 changed files with 69 additions and 3 deletions

View File

@@ -10,7 +10,8 @@ namespace NzbDrone.Api.Config
public Int32 SslPort { get; set; }
public Boolean EnableSsl { get; set; }
public Boolean LaunchBrowser { get; set; }
public Boolean AuthenticationEnabled { get; set; }
public bool AuthenticationEnabled { get; set; }
public Boolean AnalyticsEnabled { get; set; }
public String Username { get; set; }
public String Password { get; set; }
public String LogLevel { get; set; }