Skip to content

Commit c83afcd

Browse files
committed
Add IPushSubscriptionStoreAccessor (#9)
1 parent 0102d0b commit c83afcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Demo.AspNetCore.PushNotifications/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"PushNotificationServiceType": "PushService",
66
"PushNotificationService": {
77
"Subject": "https://localhost:65506/",
8-
"PublicKey": "BK5sn4jfa0Jqo9MhV01oyzK2FaEHm0KqkSCuUkKr53-9cr-vBE1a9TiiBaWy7hy0eOUF1jhZnwcd3vof4wnwSw0",
9-
"PrivateKey": "AJ2ho7or-6D4StPktpTO3l1ErjHGyxb0jzt9Y8lj67g"
8+
"PublicKey": "<Application Server Public Key>",
9+
"PrivateKey": "<Application Server Private Key>"
1010
}
1111
}

0 commit comments

Comments
 (0)