11 lines
248 B
Bash
11 lines
248 B
Bash
PORT=3020
|
|
PM2_APP_NAME=linkweb
|
|
WEBHOOK_PATH=/webhook/github
|
|
|
|
# Optional. If set, GitHub webhook requests must include a matching
|
|
# x-hub-signature-256 header.
|
|
WEBHOOK_SECRET=
|
|
|
|
# Optional. Override if pm2 is not available as "pm2" on PATH.
|
|
PM2_BIN=
|