mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
self hosted setting
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
{
|
||||
public class GlobalSettings
|
||||
{
|
||||
public bool SelfHosted { get; set; }
|
||||
public virtual string SiteName { get; set; }
|
||||
public virtual string BaseVaultUri { get; set; }
|
||||
public virtual string BaseApiUri { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user