-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
24 lines (20 loc) · 1.06 KB
/
.env.example
File metadata and controls
24 lines (20 loc) · 1.06 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
# GitHub Personal Access Token (optional)
# Used to fetch private repositories for accurate language/stats calculations.
# Private repos will NOT be displayed, only used for skill representation.
# Create a token at: https://github.com/settings/tokens
# Required scope: 'repo' (to access private repositories)
GITHUB_TOKEN=
# Alternative: GitHub Owner (optional, can also be set in gitforge.config.json)
# GITHUB_OWNER=your-username
# Alternative: Profile Type (optional, can also be set in gitforge.config.json)
# GITHUB_PROFILE_TYPE=user
# --- Admin panel (route /admin) ---
# Create an OAuth App at: https://github.com/settings/developers
# Application name: e.g. "gitfolio Admin"
# Homepage URL: your site URL (e.g. https://yourusername.github.io or https://yourusername.github.io/gitfolio)
# Authorization callback URL: same as Homepage (or leave default)
# Copy the Client ID and set it below (no client secret needed for Device Flow).
VITE_GITHUB_CLIENT_ID=
# Repo that the admin panel will read/write gitforge.config.json for
VITE_GITHUB_OWNER=
VITE_GITHUB_REPO=