system-info: indicate http mode is default when not set inside config.
This commit is contained in:
parent
4fc669b6f9
commit
ec9dc48c28
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ def vcs_server():
|
|||
|
||||
server_url = rhodecode.CONFIG.get('vcs.server')
|
||||
enabled = rhodecode.CONFIG.get('vcs.server.enable')
|
||||
protocol = rhodecode.CONFIG.get('vcs.server.protocol')
|
||||
protocol = rhodecode.CONFIG.get('vcs.server.protocol') or 'http'
|
||||
state = STATE_OK_DEFAULT
|
||||
version = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue