Add askpass env var

This commit is contained in:
Firepup Sixfifty 2023-05-24 14:02:56 +00:00
parent 3e226a113e
commit aac38070bb

View file

@ -19,6 +19,7 @@ PYTHONPATH = "$PYTHONHOME/lib/python3.8:${VIRTUAL_ENV}/lib/python3.8/site-packag
REPLIT_POETRY_PYPI_REPOSITORY = "https://package-proxy.replit.com/pypi/"
MPLBACKEND = "TkAgg"
POETRY_CACHE_DIR = "${HOME}/${REPL_SLUG}/.cache/pypoetry"
GIT_ASKPASS = "./askpass.sh"
# Enable unit tests. This is only supported for a few languages.
[unitTest]