Pushnotifications now

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-31 16:13:14 +01:00
parent 2e17b4cca3
commit 9350c7647e
11 changed files with 309 additions and 13 deletions

5
config/env/push.config.example.js vendored Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
publicKey: "",
privateKey: "",
mailto: ""
};