enh: AIOHTTP_CLIENT_SESSION_TOOL_SERVER_SSL

This commit is contained in:
Timothy Jaeryang Baek
2025-04-17 22:02:16 -07:00
parent 3b20c57ea8
commit 824238a620
2 changed files with 23 additions and 6 deletions

View File

@@ -437,6 +437,11 @@ else:
except Exception:
AIOHTTP_CLIENT_TIMEOUT_TOOL_SERVER_DATA = 10
AIOHTTP_CLIENT_SESSION_TOOL_SERVER_SSL = (
os.environ.get("AIOHTTP_CLIENT_SESSION_TOOL_SERVER_SSL", "True").lower() == "true"
)
####################################
# OFFLINE_MODE
####################################