Increase gerrit session timeout to 24h.
Set session cookies to SSL-only. Change-Id: Ie49b0fe90f4c8c9f1c603d21b21e67fbdda6196c
This commit is contained in:
parent
b164f8a466
commit
ced39692eb
@ -12,6 +12,7 @@
|
||||
[auth]
|
||||
type = OPENID_SSO
|
||||
openIdSsoUrl = <%= openidssourl %>
|
||||
cookieSecure = true
|
||||
[sendemail]
|
||||
smtpServer = localhost
|
||||
[container]
|
||||
@ -23,6 +24,8 @@
|
||||
listenUrl = proxy-https://*:8081/
|
||||
[cache]
|
||||
directory = cache
|
||||
[cache "web_sessions"]
|
||||
maxAge = 1d
|
||||
[user]
|
||||
email = <%= email %>
|
||||
<% commentlinks.each do |commentlink| -%>
|
||||
|
Loading…
x
Reference in New Issue
Block a user