-
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) · 812 Bytes
/
Copy path.env.example
File metadata and controls
28 lines (24 loc) · 812 Bytes
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
# GitHub Personal Access Token with repo or public_repo scope (read-only)
# Create at: https://github.com/settings/tokens
# Required scopes: repo (private repos) or public_repo (public repos only)
GITHUB_PAT=github_pat_....
# Base URL for content (raw.githubusercontent.com format)
# Replace {owner}, {repo}, {branch}, and {path} with your values
# Example: https://api.github.com/repos/{owner}/{repo}/contents/
CONTENT_BASE_URL=https://api.github.com/repos/{owner}/{repo}/contents/
CONTENT_REF=dev
# Authentication
BETTER_AUTH_SECRET=
BETTER_AUTH_URL=
# GitHub
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
# GitLab
GITLAB_CLIENT_ID=
GITLAB_CLIENT_SECRET=
# When issuer is not gitlab.com
GITLAB_ISSUER=https://gitlab.com
# Neon
NEON_DB_URL=postgresql://neondb_owner:...
# Fly.io
FLY_ACCESS_TOKEN="FlyV1 fm2_..."