mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 16:22:55 -07:00
!wip added base url field in Ombi Settings #1513
This commit is contained in:
parent
ccb1bd30d0
commit
16a579d7fa
8 changed files with 42 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
public class OmbiSettings : Models.Settings
|
||||
{
|
||||
//public string BaseUrl { get; set; }
|
||||
public string BaseUrl { get; set; }
|
||||
public bool CollectAnalyticData { get; set; }
|
||||
public bool Wizard { get; set; }
|
||||
public string ApiKey { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue