mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 06:27:38 +00:00
feat(notification): add pushbullet, add url with notifications (#226)
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -37,6 +37,7 @@ const notifications = {
|
||||
number: process.env.PHONE_NUMBER ?? ''
|
||||
},
|
||||
playSound: process.env.PLAY_SOUND ?? '',
|
||||
pushBulletApiKey: process.env.PUSHBULLET ?? '',
|
||||
pushover: {
|
||||
token: process.env.PUSHOVER_TOKEN ?? '',
|
||||
username: process.env.PUSHOVER_USER ?? ''
|
||||
|
||||
Reference in New Issue
Block a user