Skip to content
Snippets Groups Projects
Commit 73e64e4e authored by Nico Vermaas's avatar Nico Vermaas
Browse files

rename cookies

parent f1256e4d
No related branches found
No related tags found
1 merge request!280Astronauth
Pipeline #43783 passed
......@@ -246,5 +246,5 @@ logger.info("LOGIN_REDIRECT_URL:" + LOGIN_REDIRECT_URL)
logger.info("KEYCLOAK_URL:" + KEYCLOAK_URL)
SESSION_COOKIE_NAME = 'my_service_name_session_id'
CSRF_COOKIE_NAME = 'my_service_csrftoken'
SESSION_COOKIE_NAME = 'atdb_session_id'
CSRF_COOKIE_NAME = 'atdb_csrftoken'
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