-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.env.example
More file actions
33 lines (26 loc) · 1.39 KB
/
.env.example
File metadata and controls
33 lines (26 loc) · 1.39 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
25
26
27
28
29
30
31
32
33
# Security: This key is server-side only and never exposed to the browser
OPENROUTER_API_KEY=sk-or-v1-your-api-key-here
GITHUB_TOKEN=ghp_your-github-token-here
# ─── Database (PostgreSQL) ─────────────────────────
DATABASE_URL=postgresql://user:password@localhost:5432/repolyze
# ─── NextAuth ──────────────────────────────────────
# Generate with: npx auth secret
AUTH_SECRET=your-auth-secret-here
# GitHub OAuth (https://github.com/settings/developers → New OAuth App)
AUTH_GITHUB_ID=your-github-oauth-client-id
AUTH_GITHUB_SECRET=your-github-oauth-client-secret
# Google OAuth (https://console.cloud.google.com/apis/credentials)
AUTH_GOOGLE_ID=your-google-client-id
AUTH_GOOGLE_SECRET=your-google-client-secret
# Optional
NEXT_PUBLIC_SITE_URL=your_site_url
NEXT_PUBLIC_UMAMI_WEBSITE_ID=your_umami_website_id_here
# Polar Access
POLAR_ACCESS_TOKEN=polar_oat_XYZ
NEXT_PUBLIC_POLAR_PRODUCT_ID=XYZ
POLAR_WEBHOOK_SECRET=XYZ
# ─── Promo Banner ──────────────────────────────────
# Set these to show a promotional banner at the top of the site
NEXT_PUBLIC_PROMO_MESSAGE=Proudly built by Ossium Inc. — Supercharging developer tools.
NEXT_PUBLIC_PROMO_LINK=https://ossium.live
NEXT_PUBLIC_PROMO_ENABLED=true