Compare commits

..

2 commits

View file

@ -88,7 +88,7 @@ in
enabled = true; enabled = true;
outbound = false; outbound = false;
# Only allow webhooks from localhost for the moment # Only allow webhooks from localhost for the moment
urlPrefix = "${cfg.settings.bridge.url}/webhook"; urlPrefix = "http://127.0.0.1:9000/webhook";
userIdPrefix = "_webhooks_"; userIdPrefix = "_webhooks_";
}; };