mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-05-24 14:33:26 +00:00
Update Program.cs
This commit is contained in:
parent
c6da1246dd
commit
1da8b95cbd
|
@ -196,7 +196,7 @@ namespace bitwardenSelfLicensor
|
||||||
set("BillingEmail", email);
|
set("BillingEmail", email);
|
||||||
set("BusinessName", "BitBetter");
|
set("BusinessName", "BitBetter");
|
||||||
set("Enabled", true);
|
set("Enabled", true);
|
||||||
set("Seats", (short)65534);
|
set("Seats", (short)32767);
|
||||||
set("MaxCollections", short.MaxValue);
|
set("MaxCollections", short.MaxValue);
|
||||||
set("MaxStorageGb", short.MaxValue);
|
set("MaxStorageGb", short.MaxValue);
|
||||||
set("SelfHost", true);
|
set("SelfHost", true);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user