Update Program.cs

This commit is contained in:
online-stuff 2018-11-21 20:17:39 -07:00 committed by GitHub
parent c6da1246dd
commit 1da8b95cbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ namespace bitwardenSelfLicensor
set("BillingEmail", email);
set("BusinessName", "BitBetter");
set("Enabled", true);
set("Seats", (short)65534);
set("Seats", (short)32767);
set("MaxCollections", short.MaxValue);
set("MaxStorageGb", short.MaxValue);
set("SelfHost", true);