mirror of
https://github.com/bitwarden/server.git
synced 2025-07-19 00:21:35 -05:00
installation validation and self host applied
This commit is contained in:
@ -22,5 +22,6 @@ namespace Bit.Core.Models.StaticStore
|
||||
public int UpgradeSortOrder { get; set; }
|
||||
public bool Disabled { get; set; }
|
||||
public int? TrialPeriodDays { get; set; }
|
||||
public bool SelfHost { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user