mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2023-10-10 13:36:57 +02: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