-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (18 loc) · 774 Bytes
/
.env.example
File metadata and controls
23 lines (18 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# GitHub Buddy Server Configuration
# Copy this file to .env and update with your settings
# Node.js binary path (find with: which node)
# Common locations:
# - /usr/local/bin/node (Homebrew)
# - /opt/homebrew/bin/node (Homebrew on Apple Silicon)
# - ~/.nvm/versions/node/vX.X.X/bin/node (nvm)
NODE_PATH=/usr/local/bin/node
# Server ports
HTTP_PORT=13030
WS_PORT=13031
# Projects directory (where your git repos are located)
PROJECTS_DIR=/Users/yourusername/Projects
# PR reviews directory (where review files are stored)
PR_REVIEWS_DIR=/Users/yourusername/Source/Personal-Projects/claude-github-buddy/questions and actions
# Git configuration for different hosts (optional, defaults in config.js)
# GIT_GITHUB_PROTOCOL=ssh
# GIT_GITHUB_SSH_KEY=~/.ssh/id_ed25519