-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.github.example
More file actions
34 lines (25 loc) · 1.23 KB
/
.env.github.example
File metadata and controls
34 lines (25 loc) · 1.23 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
34
# GitHub Integration Environment Variables
# Add these to your .env file for GitHub integration
# GitHub App Configuration
GITHUB_APP_ID=your_github_app_id_here
GITHUB_APP_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\nyour_private_key_here\n-----END RSA PRIVATE KEY-----"
GITHUB_WEBHOOK_SECRET=your_webhook_secret_here
GITHUB_CLIENT_ID=your_github_client_id_here
GITHUB_CLIENT_SECRET=your_github_client_secret_here
# Server Configuration
GITHUB_WEBHOOK_PORT=3001
# Production URLs (update these with your actual domain)
GITHUB_WEBHOOK_URL=https://api.justthetip.bot/github/webhook
GITHUB_CALLBACK_URL=https://api.justthetip.bot/github/callback
# Example values for local development:
# GITHUB_WEBHOOK_URL=http://localhost:3001/github/webhook
# GITHUB_CALLBACK_URL=http://localhost:3001/github/callback
# CollectClock Integration Environment Variables
# CollectClock Bot Token (separate bot for collection tracking)
COLLECTCLOCK_DISCORD_BOT_TOKEN=your_collectclock_bot_token_here
# CollectClock API Configuration
COLLECTCLOCK_API_URL=https://jmenichole.github.io/CollectClock/
COLLECTCLOCK_WEBHOOK_SECRET=your_collectclock_webhook_secret
# Daily reminder configuration
COLLECTCLOCK_DEFAULT_REMINDER_TIME=09:00
COLLECTCLOCK_TIMEZONE=America/New_York