-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
45 lines (36 loc) · 1.47 KB
/
.env.example
File metadata and controls
45 lines (36 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Specify the path of the nuxt/nuxt repository locally
NUXT_V3_PATH=
NUXT_V4_PATH=
# Specify the path of the nuxt/examples repository locally
NUXT_EXAMPLES_PATH=
# Used when pre-rendering the docs for dynamic OG images
NUXT_PUBLIC_SITE_URL=
# Used for fetching the docs & examples from GitHub and GitHub sponsors
NUXT_GITHUB_TOKEN=
# Use for Turnsttle: Privacy-focused alternative to CAPTCHA from Cloudflare https://nuxt.com/modules/turnstile
NUXT_PUBLIC_TURNSTILE_SITE_KEY=
# ===================================
# Authentication (Optional)
# ===================================
# Required only for the feedback analytics admin dashboard
# Create a GitHub OAuth app at: https://github.com/settings/applications/new
# Callback URL: http://localhost:3000/api/auth/github (adjust for your domain)
# GitHub OAuth Application Client ID
NUXT_OAUTH_GITHUB_CLIENT_ID=
# GitHub OAuth Application Client Secret
NUXT_OAUTH_GITHUB_CLIENT_SECRET=
# Session encryption password (generate a secure random string)
# You can use: openssl rand -base64 32
NUXT_SESSION_PASSWORD=
# MCP Evaluation (Optional - for running evalite tests)
AI_GATEWAY_API_KEY=
MCP_URL=http://localhost:3000/mcp
# for fetching sponsors
NUXT_OPEN_COLLECTIVE_API_KEY=
# for newsletter subscription via Resend
NUXT_RESEND_API_KEY=
NUXT_RESEND_AUDIENCE_ID=
# for overriding the contact email used in the site footer and contact forms
NUXT_CONTACT_EMAIL=""
# for verifying Turnstile responses (/api/support/contact form)
NUXT_TURNSTILE_SECRET_KEY=