mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
feat: add redis (#1390)
This commit is contained in:
@@ -142,6 +142,12 @@ Generate token at https://pushover.net/apps/build.
|
||||
???+ note
|
||||
`PUSHOVER_EXPIRE` and `PUSHOVER_RETRY` are only used when `PUSHOVER_PRIORITY="2"`
|
||||
|
||||
## Redis
|
||||
|
||||
| Environment variable | Description |
|
||||
|:---:|---|
|
||||
| `REDIS_URL` | Connection string in format (redis://[username]:[password]@[host][:port]/[database-id]) (redis://localhost:6379/1) |
|
||||
|
||||
## Slack
|
||||
|
||||
| Environment variable | Description |
|
||||
@@ -190,4 +196,4 @@ Generate all Twitter keys at: https://developer.twitter.com/
|
||||
| `TWITCH_CLIENT_SECRET`| Twitch client secret |
|
||||
| `TWITCH_ACCESS_TOKEN` | Twitch access token |
|
||||
| `TWITCH_REFRESH_TOKEN` | Twitch refresh token |
|
||||
| `TWITCH_CHANNEL` | Twitch channel |
|
||||
| `TWITCH_CHANNEL` | Twitch channel |
|
||||
Reference in New Issue
Block a user