-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 765 Bytes
/
.env.example
File metadata and controls
19 lines (16 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# GitHub Personal Access Token (required for API sync)
# Create at: https://github.com/settings/tokens
# Scopes needed: public_repo (for public repos)
NUXT_GITHUB_TOKEN=ghp_xxx
# Limit modules to sync (for development)
# Set to 0 for all modules, or a number like 20 for faster dev cycles
NUXT_SYNC_LIMIT=20
# GitHub OAuth App (required for user login)
# Create at: https://github.com/settings/developers → OAuth Apps → New
# Callback URL: http://localhost:3000/auth/github (dev) or https://nuxt.care/auth/github (prod)
NUXT_OAUTH_GITHUB_CLIENT_ID=xxx
NUXT_OAUTH_GITHUB_CLIENT_SECRET=xxx
NUXT_OAUTH_GITHUB_REDIRECT_URL=https://nuxt.care/auth/github
# Session encryption key (min 32 characters)
# Generate with: openssl rand -hex 16
NUXT_SESSION_PASSWORD=xxx