6378
This commit is contained in:
@@ -106,6 +106,7 @@ class Config:
|
||||
CACHE_PORT = os.environ.get("CACHE_PORT", 6378)
|
||||
CACHE_PASSWORD = os.environ.get("CACHE_PASSWORD",
|
||||
"7f079034e166ecf52d82cbec9876e4dc8a154b0c37248f3fa1734d4eeab938d5")
|
||||
CACHE_DEFAULT_EXPIRE = os.environ.get("CACHE_DEFAULT_EXPIRE", 21600)
|
||||
|
||||
|
||||
settings = Config()
|
||||
|
||||
Reference in New Issue
Block a user