1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

self hosted setting

This commit is contained in:
Kyle Spearrin
2017-08-02 17:02:55 -04:00
parent 897c354577
commit 7ff91227a6
4 changed files with 4 additions and 0 deletions

View File

@ -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; }