mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
installation validation and self host applied
This commit is contained in:
@ -164,7 +164,8 @@ namespace Bit.Core.Utilities
|
||||
UseGroups = true,
|
||||
UseDirectory = true,
|
||||
UseTotp = true,
|
||||
MaxStorageGb = 1
|
||||
MaxStorageGb = 1,
|
||||
SelfHost = true
|
||||
},
|
||||
new Plan
|
||||
{
|
||||
@ -182,7 +183,8 @@ namespace Bit.Core.Utilities
|
||||
UseGroups = true,
|
||||
UseDirectory = true,
|
||||
UseTotp = true,
|
||||
MaxStorageGb = 1
|
||||
MaxStorageGb = 1,
|
||||
SelfHost = true
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user