forked from nuxt/nuxt.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (24 loc) · 1.04 KB
/
.env.example
File metadata and controls
28 lines (24 loc) · 1.04 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
# Specify the path of the nuxt/nuxt repository locally
NUXT_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 (if no local docs)
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=