Compare commits

..

2 commits

View file

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