More work on #399

This commit is contained in:
Jamie.Rees 2016-12-29 13:40:12 +00:00
parent ba80dfe3aa
commit 8a288db2b0
9 changed files with 195 additions and 23 deletions

View file

@ -33,5 +33,6 @@ namespace Ombi.UI.Models
public string ApplicationVersion { get; set; } // File Version
public string Branch { get; set; }
public string LogLevel { get; set; }
public bool OAuthEnabled { get; set; }
}
}