mirror of
				https://github.com/jakeswenson/BitBetter.git
				synced 2025-10-31 04:43:25 +00:00 
			
		
		
		
	Update Program.cs
This commit is contained in:
		
							parent
							
								
									1da8b95cbd
								
							
						
					
					
						commit
						a38ef370cb
					
				|  | @ -1,4 +1,4 @@ | |||
| using System; | ||||
| using System; | ||||
| using System.IO; | ||||
| using System.Linq; | ||||
| using System.Runtime.Loader; | ||||
|  | @ -196,16 +196,19 @@ namespace bitwardenSelfLicensor | |||
|             set("BillingEmail", email); | ||||
|             set("BusinessName", "BitBetter"); | ||||
|             set("Enabled", true); | ||||
|             set("Plan", "Custom"); | ||||
|             set("PlanType", (byte)6); | ||||
|             set("Seats", (short)32767); | ||||
|             set("MaxCollections", short.MaxValue); | ||||
|             set("MaxStorageGb", short.MaxValue); | ||||
|             set("SelfHost", true); | ||||
|             set("UseGroups", true); | ||||
|             set("UseEvents", true); | ||||
|             set("UseDirectory", true); | ||||
|             set("UseTotp", true); | ||||
|             set("PlanType", (byte)6); | ||||
|             set("Plan", "Custom"); | ||||
|             set("Version", 1); | ||||
|             set("Use2fa", true); | ||||
|             set("MaxStorageGb", short.MaxValue); | ||||
|             set("SelfHost", true); | ||||
|             set("UsersGetPremium", true); | ||||
|             set("Version", 4); | ||||
|             set("Issued", DateTime.UtcNow); | ||||
|             set("Refresh", DateTime.UtcNow.AddYears(100).AddMonths(-1)); | ||||
|             set("Expires", DateTime.UtcNow.AddYears(100)); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user