Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
45 lines (37 loc) · 1.48 KB

File metadata and controls

45 lines (37 loc) · 1.48 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
# ==============================================================================
# REQUIRED VARIABLES
# ==============================================================================
# App URL for SEO and Metadata
# In development: http://localhost:3000
# In production: https://your-domain.com
NEXT_PUBLIC_NCP_APP_URL=http://localhost:3000
# Keystatic GitHub Configuration
# Required for GitHub Mode (default)
# Used to construct the repository path (e.g., username/no-code-portfolio)
NEXT_PUBLIC_NCP_GITHUB_USERNAME=
# GitHub OAuth Credentials & Secret
# Required for Keystatic Admin UI and Authentication
KEYSTATIC_GITHUB_CLIENT_ID=
KEYSTATIC_GITHUB_CLIENT_SECRET=
KEYSTATIC_SECRET=
# ==============================================================================
# OPTIONAL VARIABLES
# ==============================================================================
# GitHub Repository Name
# Optional: Defaults to 'no-code-portfolio' if not set
# Example: matsco.de
NEXT_PUBLIC_NCP_REPO_NAME=
# Keystatic GitHub App Slug
# Optional: Used for GitHub App authentication
# Convention: <username>-<brand-name> (e.g., no-code-portfolio)
NEXT_PUBLIC_KEYSTATIC_GITHUB_APP_SLUG=
# Keystatic Storage Kind
# Options: 'local' | 'github'
# Defaults to 'github' if not set
NEXT_PUBLIC_NCP_STORAGE_KIND=local
# GitHub Personal Access Token
# Required ONLY if:
# 1. Reading from private repositories
# 2. Avoiding API rate limits on public repositories
# 3. Enabling Keystatic Admin UI to write to GitHub
NCP_GITHUB_TOKEN=
Morty Proxy This is a proxified and sanitized view of the page, visit original site.