added the 'https_compulsory' option.
added the 'https_url' option. renamed 'always_require_signin' to 'signin_compulsory' fixed the bug of not displaying an empty line properly in source_diff.php
This commit is contained in:
@ -37,16 +37,24 @@ ldap_password_format = "${password}"
|
||||
;------------------------------------------------------------------------------
|
||||
language = "auto"
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; When set to yes, viewing pages require a user to sign in.
|
||||
;------------------------------------------------------------------------------
|
||||
always_require_signin = "no"
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; Use websvn as a repository browser.
|
||||
;------------------------------------------------------------------------------
|
||||
enable_websvn = "no"
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; When set to yes, viewing pages require a user to sign in.
|
||||
;------------------------------------------------------------------------------
|
||||
singin_compulsory = "no"
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; When set to yes, non-http access is diverted to https using
|
||||
; the base URL specified in https_base_url. api calls are not affected.
|
||||
; change api_base_url to force https api calls instead.
|
||||
;------------------------------------------------------------------------------
|
||||
https_compulsory = "no"
|
||||
https_url = "https://${SERVER_NAME}${REQUEST_URI}"
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; API base URL
|
||||
;------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user