1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 00:52:49 -05:00

deprec. api identity, set base uris from settings

This commit is contained in:
Kyle Spearrin
2017-08-02 16:57:32 -04:00
parent a71f2198e9
commit 897c354577
12 changed files with 27 additions and 29 deletions

View File

@ -4,6 +4,8 @@
{
public virtual string SiteName { get; set; }
public virtual string BaseVaultUri { get; set; }
public virtual string BaseApiUri { get; set; }
public virtual string BaseIdentityUri { get; set; }
public virtual string StripeApiKey { get; set; }
public virtual SqlServerSettings SqlServer { get; set; } = new SqlServerSettings();
public virtual MailSettings Mail { get; set; } = new MailSettings();