-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (20 loc) · 1.03 KB
/
Copy path.env.example
File metadata and controls
26 lines (20 loc) · 1.03 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
# GitHub
GITHUB_TOKEN=ghp_xxxxxxxxxxxx # Personal Access Token (public_repo scope)
GITHUB_USERNAME=your-username
# Slack (via Vercel Connect)
SLACK_CHANNEL_ID=C0123ABC # Target channel for notifications
# Neon DB (PostgreSQL)
DATABASE_URL=postgresql://user:pass@ep-xxx.us-east-2.aws.neon.tech/dbname?sslmode=require
# Twitter/X API v2
TWITTER_API_KEY= # Consumer Key
TWITTER_API_SECRET= # Consumer Secret
TWITTER_ACCESS_TOKEN= # Access Token
TWITTER_ACCESS_SECRET= # Access Token Secret
# LinkedIn API
LINKEDIN_PERSON_ID= # Your LinkedIn Person ID (e.g., "abc123")
LINKEDIN_ACCESS_TOKEN= # OAuth 2.0 Access Token with w_member_social scope
# OpenRouter (AI Model)
OPENROUTER_API_KEY= # Get from https://openrouter.ai/keys
# Dashboard Authentication
DASHBOARD_PASSWORD= # Password to access the approval dashboard
NEXT_PUBLIC_APP_URL= # Your app URL (e.g., https://commit-voice.vercel.app)