We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d325cf0 commit 7af8c65Copy full SHA for 7af8c65
nuxt.config.ts
@@ -30,8 +30,8 @@ export default defineNuxtConfig({
30
sessionPassword: '',
31
// Upstash Redis for distributed OAuth token refresh locking in production
32
upstash: {
33
- redisRestUrl: process.env.KV_REST_API_URL || '',
34
- redisRestToken: process.env.KV_REST_API_TOKEN || '',
+ redisRestUrl: process.env.UPSTASH_KV_REST_API_URL || process.env.KV_REST_API_URL || '',
+ redisRestToken: process.env.UPSTASH_KV_REST_API_TOKEN || process.env.KV_REST_API_TOKEN || '',
35
},
36
37
0 commit comments