9 lines
148 B
Bash
9 lines
148 B
Bash
NODE_ENV=production
|
|
|
|
PORT=3010
|
|
API_UPSTREAM=http://127.0.0.1:6000
|
|
|
|
WEBHOOK_PORT=3011
|
|
GITHUB_WEBHOOK_SECRET=change-me
|
|
PM2_RESTART_TARGETS=tssbot-web
|