Created
June 20, 2022 08:19
-
-
Save cmltaWt0/ba2e5af81279d0e47523db95c6258c29 to your computer and use it in GitHub Desktop.
Adding SESSION_CACHE_ALIAS openedx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
# Add cache alias for fix session disappearance | |
SESSION_CACHE_ALIAS = ENV_TOKENS.get('SESSION_CACHE_ALIAS', 'default') | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment