repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

Eric Bower  ·  2024-07-10

.env.example

 1CF_API_TOKEN=
 2
 3GITPR_V4=
 4GITPR_V6=
 5GITPR_HTTP_V4=$GIT_V4:80
 6GITPR_HTTP_V6=[$GIT_V6]:80
 7GITPR_HTTPS_V4=$GIT_V4:443
 8GITPR_HTTPS_V6=[$GIT_V6]:443
 9GITPR_SSH_V4=$GIT_V4:22
10GITPR_SSH_V6=[$GIT_V6]:22
11GITPR_HOST=
12GITPR_SSH_PORT=2222
13GITPR_WEB_PORT=3000