1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 07:43:54 +00:00

installation validation and self host applied

This commit is contained in:
Kyle Spearrin
2017-08-15 16:11:08 -04:00
parent ee9ec680a9
commit dd288a7071
7 changed files with 51 additions and 38 deletions

View File

@@ -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
}
};