##// END OF EJS Templates
removed default encryption in inis to not require AES
marcink -
r1831:ca302053 beta
parent child Browse files
Show More
@@ -144,8 +144,8 b' beaker.cache.sql_cache_long.key_length ='
144
144
145 beaker.session.type = file
145 beaker.session.type = file
146 beaker.session.key = rhodecode
146 beaker.session.key = rhodecode
147 beaker.session.encrypt_key = g654dcno0-9873jhgfreyu
147 #beaker.session.encrypt_key = g654dcno0-9873jhgfreyu
148 beaker.session.validate_key = 9712sds2212c--zxc123
148 #beaker.session.validate_key = 9712sds2212c--zxc123
149 beaker.session.timeout = 36000
149 beaker.session.timeout = 36000
150 beaker.session.httponly = true
150 beaker.session.httponly = true
151
151
@@ -144,8 +144,8 b' beaker.cache.sql_cache_long.key_length ='
144
144
145 beaker.session.type = file
145 beaker.session.type = file
146 beaker.session.key = rhodecode
146 beaker.session.key = rhodecode
147 beaker.session.encrypt_key = g654dcno0-9873jhgfreyu
147 #beaker.session.encrypt_key = g654dcno0-9873jhgfreyu
148 beaker.session.validate_key = 9712sds2212c--zxc123
148 #beaker.session.validate_key = 9712sds2212c--zxc123
149 beaker.session.timeout = 36000
149 beaker.session.timeout = 36000
150 beaker.session.httponly = true
150 beaker.session.httponly = true
151
151
General Comments 0
You need to be logged in to leave comments. Login now