1
0
mirror of https://github.com/bitwarden/server synced 2025-12-16 08:13:33 +00:00

appid no longer served from api

This commit is contained in:
Kyle Spearrin
2017-06-27 14:05:50 -04:00
parent 8b40863472
commit 6c16a988c3
9 changed files with 2 additions and 73 deletions

View File

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