feat(configs): deprecared old hooks protocol and ssh wrapper.
New defaults are now set on v2 keys, so previous installation are automatically set to new keys. Fallback mode is still available.
This commit is contained in:
parent
55281cb2b0
commit
efb6d1e422
12 changed files with 14 additions and 12 deletions
|
|
@ -624,7 +624,8 @@ vcs.scm_app_implementation = http
|
|||
; Push/Pull operations hooks protocol, available options are:
|
||||
; `http` - use http-rpc backend (default)
|
||||
; `celery` - use celery based hooks
|
||||
vcs.hooks.protocol = http
|
||||
#DEPRECATED:vcs.hooks.protocol = http
|
||||
vcs.hooks.protocol.v2 = celery
|
||||
|
||||
; Host on which this instance is listening for hooks. vcsserver will call this host to pull/push hooks so it should be
|
||||
; accessible via network.
|
||||
|
|
|
|||
|
|
@ -592,7 +592,8 @@ vcs.scm_app_implementation = http
|
|||
; Push/Pull operations hooks protocol, available options are:
|
||||
; `http` - use http-rpc backend (default)
|
||||
; `celery` - use celery based hooks
|
||||
vcs.hooks.protocol = http
|
||||
#DEPRECATED:vcs.hooks.protocol = http
|
||||
vcs.hooks.protocol.v2 = celery
|
||||
|
||||
; Host on which this instance is listening for hooks. vcsserver will call this host to pull/push hooks so it should be
|
||||
; accessible via network.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue