diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -56,13 +56,14 @@ use_gravatar = true container_auth_enabled = false proxypass_auth_enabled = false -## available vars -## scheme - http/https -## user - current user -## pass - password -## netloc - network location -## path - usually repo_name -clone_uri = {scheme}://{user}{pass}{netloc}{path} +## overwrite schema of clone url +# available vars: +# scheme - http/https +# user - current user +# pass - password +# netloc - network location +# path - usually repo_name +# clone_uri = {scheme}://{user}{pass}{netloc}{path} #################################### ### CELERY CONFIG #### @@ -136,10 +137,10 @@ beaker.cache.sql_cache_long.key_length = #beaker.session.sa.url = postgresql://postgres:qwe@localhost/rhodecode #beaker.session.table_name = db_session -beaker.session.type = file - +beaker.session.type = cookie beaker.session.key = rhodecode -beaker.session.secret = g654dcno0-9873jhgfreyu +beaker.session.encrypt_key = g654dcno0-9873jhgfreyu +beaker.session.validate_key = 9712sds2212c--zxc123 beaker.session.timeout = 36000 ##auto save the session to not to use .save()