mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 16:22:55 -07:00
A lot of clean up and added a new Image api #865
This commit is contained in:
parent
69d75976c5
commit
1eb18b3187
32 changed files with 454 additions and 61 deletions
|
@ -1,13 +1,12 @@
|
|||
namespace Ombi.Core.Settings.Models
|
||||
namespace Ombi.Settings.Settings.Models
|
||||
{
|
||||
public class OmbiSettings : Ombi.Settings.Settings.Models.Settings
|
||||
public class OmbiSettings : Models.Settings
|
||||
{
|
||||
public int Port { get; set; }
|
||||
//public string BaseUrl { get; set; }
|
||||
public bool CollectAnalyticData { get; set; }
|
||||
public bool Wizard { get; set; }
|
||||
|
||||
public string ExternalUrl { get; set; }
|
||||
public string ApiKey { get; set; }
|
||||
|
||||
public bool AllowExternalUsersToAuthenticate { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue