We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0102d0b commit c83afcdCopy full SHA for c83afcd
1 file changed
Demo.AspNetCore.PushNotifications/appsettings.json
@@ -5,7 +5,7 @@
5
"PushNotificationServiceType": "PushService",
6
"PushNotificationService": {
7
"Subject": "https://localhost:65506/",
8
- "PublicKey": "BK5sn4jfa0Jqo9MhV01oyzK2FaEHm0KqkSCuUkKr53-9cr-vBE1a9TiiBaWy7hy0eOUF1jhZnwcd3vof4wnwSw0",
9
- "PrivateKey": "AJ2ho7or-6D4StPktpTO3l1ErjHGyxb0jzt9Y8lj67g"
+ "PublicKey": "<Application Server Public Key>",
+ "PrivateKey": "<Application Server Private Key>"
10
}
11
0 commit comments