{extends "idf/admin/base.html"} {block docclass}yui-t3{assign $inSource = true}{/block} {block body} {if $form.errors}
{/if} {/block} {block context}{blocktrans}You can find here the current repository configuration of your project.{/blocktrans}
The webhook URL setting specifies a URL to which a HTTP POST request is sent after each repository commit. If this field is empty, notifications are disabled.
Only properly-escaped HTTP URLs are supported, for example:
In addition, the URL may contain the following "%" notation, which will be replaced with specific project values for each commit:
For example, committing revision 123 to project 'my-project' with post-commit URL http://mydomain.com/%p/%r would send a request to http://mydomain.com/my-project/123.
{/blocktrans}