Skip to content
Snippets Groups Projects
Commit 0e57e360a70c authored by Aurélien Lubert's avatar Aurélien Lubert
Browse files

ci(docker): add the rq.redis_url option in the pyramid.ini template

Without this option, the rq-worker cannot be launched.
parent 90da0f4974e3
No related branches found
No related tags found
2 merge requests!27ci(docker): add the rq.redis_url option in the pyramid.ini template,!25feat: display an “account” button at the top right instead of the “logout” button
Pipeline #229802 passed
......@@ -9,6 +9,7 @@
cubicweb.auth.authtkt.persistent.path = {{ PYRAMID_AUTHTKT_SESSION_PATH or '/' }}
cubicweb_api.enable_login_route = {{ PYRAMID_API_ENABLE_LOGIN_ROUTE or "no" }}
{% if REDIS_SESSIONS_URL -%}
rq.redis_url = {{ REDIS_SESSIONS_URL }}
redis.sessions.url = {{ REDIS_SESSIONS_URL }}
redis.sessions.secret = {{ REDIS_SESSIONS_SECRET }}
redis.sessions.timeout = 1200
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment