# GitHub Personal Access Token (Fine-grained, Read-only)
# https://github.com/settings/personal-access-tokens
GITHUB_PAT=
# GitHub username/org
GITHUB_OWNER=
# Repository names to expose (comma-separated)
GITHUB_REPOS=
# File tree default expansion depth (0 = all collapsed, 1 = root expanded, etc.)
FILE_TREE_DEPTH=0
# Number of commits per page on the commits list (default: 20, GitHub API max: 100).
COMMITS_PER_PAGE=20
# Number of pull requests per page on the pulls list (default: 10, GitHub API max: 100).
PULLS_PER_PAGE=10
# Access token for the share link (e.g. a long random string)
# Share URL: https://your-domain.com/?token=<SHARE_TOKEN>
# Leave empty to block all access.
SHARE_TOKEN=