saleor-apps-redis_apl/apps/slack/docs/upstash.md
Lukasz Ostrowski 1a6d39e2be add apps
2023-01-20 17:08:35 +01:00

504 B

How to configure Upstash

Get credentials from Upstash

Create or login to Upstash. In your console select Redis database. On Details page scroll down to REST API section and copy UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN.

Create env file

Create .env.local file with Upstash APL env variables.

APL=upstash
UPSTASH_URL=<UPSTASH_REDIS_REST_URL>
UPSTASH_TOKEN=<UPSTASH_REDIS_REST_TOKEN>