=============================== Environment variables reference =============================== The map between available environment variables and options is: +----------------------------+------------------------+-------------------------+ | Environment variable | Corresponding option | Type | +============================+========================+=========================+ | ``AFINANCE_VERBOSITY`` | ``VERBOSITY`` | ``int`` | +----------------------------+------------------------+-------------------------+ | ``AFINANCE_BATCH`` | ``BATCH`` | ``Path`` | +----------------------------+------------------------+-------------------------+ | ``AFINANCE_N_WORKERS`` | ``N_WORKERS`` | ``int`` | +----------------------------+------------------------+-------------------------+ | ``AFINANCE_OUT_CSV`` | ``OUT_CSV`` | ``Path`` | +----------------------------+------------------------+-------------------------+ | ``AFINANCE_SAVE_PDF`` | ``SAVE_PDF`` | ``bool`` | +----------------------------+------------------------+-------------------------+ | ``AFINANCE_URL`` | ``URL`` | ``str`` | +----------------------------+------------------------+-------------------------+ | ``AFINANCE_PDF`` | ``PDF`` | ``Path`` | +----------------------------+------------------------+-------------------------+ | ``AFINANCE_FORMAT`` | ``FORMAT`` | :py:class:`PdfFormats` | +----------------------------+------------------------+-------------------------+ | ``AFINANCE_CONFIG_FILE`` | ``CONFIG_FILE`` | ``Path`` | +----------------------------+------------------------+-------------------------+ | ``AFINANCE_SEPARATE_OUT`` | ``SEPARATE_OUT_FILES`` | ``bool`` | +----------------------------+------------------------+-------------------------+ The ``bool`` values are evaluated in the same manner that from :ref:`batch csv file `.