From fd5435f42e69f087cd4c05069bd96a5fcc577d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adnan=20Hajdarevi=C4=87?= Date: Tue, 17 Mar 2015 19:08:14 +0100 Subject: [PATCH] added urlprefix --- Webhook-Parameters.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Webhook-Parameters.md b/Webhook-Parameters.md index 6cc4c24..e83c09a 100644 --- a/Webhook-Parameters.md +++ b/Webhook-Parameters.md @@ -5,6 +5,7 @@ Usage of ./webhook: -hotreload=false: watch hooks file for changes and reload them automatically -ip="": ip the webhook should serve hooks on -port=9000: port the webhook should serve hooks on + -urlprefix="hooks": url prefix to use for served hooks (protocol://yourserver:port/PREFIX/:hook-id) -verbose=false: show verbose output -secure=false: use HTTPS instead of HTTP -cert="cert.pem": path to the HTTPS certificate pem file