mirror of
https://github.com/bitwarden/server.git
synced 2025-04-15 18:18:12 -05:00
remove old loggr refs
This commit is contained in:
parent
ca9aa40873
commit
0dae19bd4f
@ -10,10 +10,6 @@
|
|||||||
"apiKey": "SECRET",
|
"apiKey": "SECRET",
|
||||||
"replyToEmail": "hello@bitwarden.com"
|
"replyToEmail": "hello@bitwarden.com"
|
||||||
},
|
},
|
||||||
"loggr": {
|
|
||||||
"logKey": "SECRET",
|
|
||||||
"apiKey": "SECRET"
|
|
||||||
},
|
|
||||||
"push": {
|
"push": {
|
||||||
"apnsCertificateThumbprint": "SECRET",
|
"apnsCertificateThumbprint": "SECRET",
|
||||||
"apnsCertificatePassword": "SECRET",
|
"apnsCertificatePassword": "SECRET",
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
public virtual string JwtSigningKey { get; set; }
|
public virtual string JwtSigningKey { get; set; }
|
||||||
public virtual SqlServerSettings SqlServer { get; set; } = new SqlServerSettings();
|
public virtual SqlServerSettings SqlServer { get; set; } = new SqlServerSettings();
|
||||||
public virtual MailSettings Mail { get; set; } = new MailSettings();
|
public virtual MailSettings Mail { get; set; } = new MailSettings();
|
||||||
public virtual LoggrSettings Loggr { get; set; } = new LoggrSettings();
|
|
||||||
public virtual PushSettings Push { get; set; } = new PushSettings();
|
public virtual PushSettings Push { get; set; } = new PushSettings();
|
||||||
public virtual StorageSettings Storage { get; set; } = new StorageSettings();
|
public virtual StorageSettings Storage { get; set; } = new StorageSettings();
|
||||||
public virtual IdentityServerSettings IdentityServer { get; set; } = new IdentityServerSettings();
|
public virtual IdentityServerSettings IdentityServer { get; set; } = new IdentityServerSettings();
|
||||||
@ -30,12 +29,6 @@
|
|||||||
public string ReplyToEmail { get; set; }
|
public string ReplyToEmail { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class LoggrSettings
|
|
||||||
{
|
|
||||||
public string LogKey { get; set; }
|
|
||||||
public string ApiKey { get; set; }
|
|
||||||
}
|
|
||||||
|
|
||||||
public class PushSettings
|
public class PushSettings
|
||||||
{
|
{
|
||||||
public string ApnsCertificateThumbprint { get; set; }
|
public string ApnsCertificateThumbprint { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user