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 d2894c3 commit f27a332Copy full SHA for f27a332
1 file changed
nuxt.config.ts
@@ -39,7 +39,7 @@ export default defineNuxtConfig({
39
github: {
40
orgToken: '',
41
},
42
- oauthJwkOne: process.env.OAUTH_JWK_ONE || (process.env.TEST ? '' : undefined),
+ oauthJwkOne: process.env.TEST ? '' : process.env.OAUTH_JWK_ONE || undefined,
43
// Upstash Redis for distributed OAuth token refresh locking in production
44
upstash: {
45
redisRestUrl: process.env.UPSTASH_KV_REST_API_URL || process.env.KV_REST_API_URL || '',
0 commit comments