-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (29 loc) · 1.34 KB
/
Copy path.env.example
File metadata and controls
33 lines (29 loc) · 1.34 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
# App
# Production: https://githubactive.netlify.app
# Local: http://localhost:3000
APP_URL=http://localhost:3000
SESSION_SECRET=replace_with_at_least_32_random_characters
INTERNAL_JOB_SECRET=replace_with_at_least_16_random_characters
# Netlify Database / Postgres
# Netlify Database can provide NETLIFY_DATABASE_URL automatically in production.
# For Supabase Postgres, use the direct Postgres connection string as SUPABASE_DATABASE_URL/DATABASE_URL/POSTGRES_URL.
NETLIFY_DATABASE_URL=
DATABASE_URL=
SUPABASE_DATABASE_URL=
# Supabase public client helpers
# Required for /api/supabase/github profile sign-in.
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY=sb_publishable_replace_me
# GitHub App
# Create a GitHub App with Contents: read/write permission and user authorization enabled.
# Callback URL: https://githubactive.netlify.app/api/github/callback
# Setup URL: https://githubactive.netlify.app/api/github/callback
GITHUB_APP_SLUG=your-github-app-slug
GITHUB_APP_ID=123456
GITHUB_APP_CLIENT_ID=Iv1.xxxxxxxxxxxxxxxx
GITHUB_APP_CLIENT_SECRET=github_app_client_secret
GITHUB_APP_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\n...\n-----END RSA PRIVATE KEY-----"
# Legacy local bot only. The SaaS path does not use PATs, local remotes, or REPO_PATH.
# GITHUB_TOKEN=
# GITHUB_USERNAME=
# REPO_PATH=./dev-activity-log