mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
fa256f66f1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
23 lines
452 B
Text
23 lines
452 B
Text
# Path to webhook config
|
|
HOOKS="/etc/webhook/hooks.json"
|
|
|
|
# IP Address webhook listen to
|
|
IPADDR="127.0.0.1"
|
|
|
|
# Port webhook binds to
|
|
PORT="9080"
|
|
|
|
# where to log stderr and stdout of webhook
|
|
LOG="/var/log/webhook.log"
|
|
|
|
# webhook wrapper' pidfile
|
|
PIDFILE="/var/run/webhook/webhook.pid"
|
|
|
|
# effective user
|
|
USER=nobody
|
|
|
|
# protocol://yourserver:port/URLPREFIX/:hook-id (default "hooks")
|
|
URLPREFIX="hooks"
|
|
|
|
# Other options
|
|
OPTS="-hotreload -nopanic -verbose"
|