This commit is contained in:
Jamie.Rees 2016-12-29 15:27:21 +00:00
commit 7081eac5bb
3 changed files with 117 additions and 26 deletions

View file

@ -34,5 +34,7 @@ namespace Ombi.UI.Models
public string Branch { get; set; }
public string LogLevel { get; set; }
public bool OAuthEnabled { get; set; }
public string DbLocation { get; set; }
public string RunningDir { get; set; }
}
}