add new param TEMP_DIR

This commit is contained in:
Son Nguyen Kim 2021-09-15 09:28:08 +02:00
parent 567bee9a0b
commit 3441d2ccf1
2 changed files with 8 additions and 1 deletions

View File

@ -397,3 +397,6 @@ HIBP_API_KEYS = sl_getenv("HIBP_API_KEYS", list) or []
NEWRELIC_CONFIG_PATH = os.environ.get("NEWRELIC_CONFIG_PATH")
POSTMASTER = os.environ.get("POSTMASTER")
# store temporary files, especially for debugging
TEMP_DIR = os.environ.get("TEMP_DIR")

View File

@ -171,4 +171,8 @@ DISABLE_ONBOARDING=true
# HIBP_API_KEYS=[]
# NewRelic Config File Path
# NEWRELIC_CONFIG_PATH = /path/newrelic.ini
# NEWRELIC_CONFIG_PATH = /path/newrelic.ini
# POSTMASTER = postmaster@example.com
# TEMP_DIR = /tmp