forked from Bot-Maintains/CodXCD-DevOps-Copilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (18 loc) · 707 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (18 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# GitHub App Configuration
GITHUB_APP_ID=your_github_app_id
GITHUB_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\nYour private key here\n-----END RSA PRIVATE KEY-----"
GITHUB_WEBHOOK_SECRET=your_webhook_secret
GITHUB_CLIENT_ID=your_github_client_id
GITHUB_CLIENT_SECRET=your_github_client_secret
# Database Configuration
DATABASE_URL=postgresql://user:password@localhost:5432/codxcd
# JWT Secret for authentication
JWT_SECRET=your-super-secret-jwt-key
# Server Configuration
PORT=3001
NODE_ENV=development
FRONTEND_URL=http://localhost:5173
LOG_LEVEL=info
# Optional: External Service APIs
OPENAI_API_KEY=your_openai_api_key_for_enhanced_ai_features
SLACK_WEBHOOK_URL=your_slack_webhook_for_notifications