1
0
mirror of https://github.com/bitwarden/server synced 2025-12-16 16:23:31 +00:00

BRE-1355 - Rename Bitwarden Unified to Bitwarden Lite (#6592)

This commit is contained in:
Vince Grassia
2025-11-18 12:24:01 -05:00
committed by GitHub
parent a724c933dc
commit 2b926ef1c5
6 changed files with 10 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ public class GlobalSettings : IGlobalSettings
}
public bool SelfHosted { get; set; }
public bool UnifiedDeployment { get; set; }
public bool LiteDeployment { get; set; }
public virtual string KnownProxies { get; set; }
public virtual string SiteName { get; set; }
public virtual string ProjectName { get; set; }