Browse Source
Merge pull request #660 from colinin/Integrated-PushPlus
fix: remove default settings.
pull/712/head
yx lin
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
aspnet-core/modules/pushplus/LINGYUN.Abp.PushPlus/LINGYUN/Abp/PushPlus/Settings/PushPlusSettingDefinitionProvider.cs
|
|
|
@ -12,7 +12,6 @@ public class PushPlusSettingDefinitionProvider : SettingDefinitionProvider |
|
|
|
{ |
|
|
|
new SettingDefinition( |
|
|
|
name: PushPlusSettingNames.Security.Token, |
|
|
|
defaultValue: "qGE8NZ8rrQYj207kSv9vb5XzG1a+iK6z8yGPICjx3cY5p8bGcmMav5t0DRLjCprA", |
|
|
|
displayName: L("Settings:Security.Token"), |
|
|
|
description: L("Settings:Security.TokenDesc"), |
|
|
|
isEncrypted: true) |
|
|
|
@ -23,7 +22,6 @@ public class PushPlusSettingDefinitionProvider : SettingDefinitionProvider |
|
|
|
TenantSettingValueProvider.ProviderName), |
|
|
|
new SettingDefinition( |
|
|
|
name: PushPlusSettingNames.Security.SecretKey, |
|
|
|
defaultValue: "HXGIfCpkUNonrOB8znJzNcDoKvZBKpNZ0tN38tktgrg=", |
|
|
|
displayName: L("Settings:Security.SecretKey"), |
|
|
|
description: L("Settings:Security.SecretKeyDesc"), |
|
|
|
isEncrypted: true) |
|
|
|
|