summaryrefslogtreecommitdiffstats
path: root/network/webhook/webhook.sysconfig
blob: 5480a856b2217efbe6363edd0d16e5f5a3fa378f (plain)
# 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/PREFIX/:hook-id (default "hooks")
URLPREFIX="hooks"

# Other options
OPTS="-hotreload -nopanic -verbose"