hooks: made the callback host configurable.

- This allows easier docker container seperation
This commit is contained in:
Marcin Kuzminski 2018-07-03 11:57:03 +02:00
parent 5b6f79f166
commit 225757aaf3
14 changed files with 36 additions and 17 deletions

View file

@ -520,6 +520,9 @@ vcs.scm_app_implementation = http
## Push/Pull operations hooks protocol, available options are:
## `http` - use http-rpc backend (default)
vcs.hooks.protocol = http
## Host on which this instance is listening for hooks. If vcsserver is in other location
## this should be adjusted.
vcs.hooks.host = 127.0.0.1
vcs.server.log_level = info
## Start VCSServer with this instance as a subprocess, usefull for development