Skip to content

Commit

Permalink
Add cache password back in
Browse files Browse the repository at this point in the history
  • Loading branch information
maximusunc committed Dec 11, 2023
1 parent f367a48 commit 7da7617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/results_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
CACHE_PORT = os.environ.get("CACHE_PORT", "6379")
CREATIVE_CACHE_DB = os.environ.get("CREATIVE_CACHE_DB", "0")
LOOKUP_CACHE_DB = os.environ.get("LOOKUP_CACHE_DB", "1")
CACHE_PASSWORD = os.environ.get("CACHE_PASSWORD", "")

class ResultsCache:
def __init__(
Expand Down

0 comments on commit 7da7617

Please sign in to comment.