From 39a478050a992d006b0af098ba15a71ab14985b6 Mon Sep 17 00:00:00 2001 From: Christopher Sauer Date: Sun, 20 Sep 2020 10:26:38 -0500 Subject: [PATCH] docs: add pushover api generation link (#107) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66afb49..1c5705c 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Here is a list of variables that you can use to customize your newly copied `.en | `PHONE_NUMBER` | 10 digit phone number | E.g.: `1234567890`, email configuration required | | `PHONE_CARRIER` | [Supported carriers](#supported-carriers) for SMS | Email configuration required | | `PLAY_SOUND` | Play this sound notification if a card is found | E.g.: `path/to/notification.wav`, valid formats: wav, mp3, flac, [free sounds available](https://notificationsounds.com/) | -| `PUSHOVER_TOKEN` | Pushover access token | +| `PUSHOVER_TOKEN` | Pushover access token | Generate at https://pushover.net/apps/build | | `PUSHOVER_USERNAME` | Pushover username | | `RATE_LIMIT_TIMEOUT` | Rate limit timeout for each full store cycle | Default: `5000` | | `SHOW_ONLY_BRANDS` | Filter to show specified brands | Comma separated, E.g.: `evga,zotac` |