# application environment file
# NOTICE: sync applicable changes in this file to the .env.template file

#
#      NOTICE: this file should not be added to version control as it has passwords/secrets!
#

# ######################################################################
# GENERAL
# ######################################################################

#  logging level [CRITICAL|ERROR|WARNING|INFO|DEBUG] (suggest WARNING)
#    note: for some reason (fastapi) only warning and above will show up.
LOG_LEVEL=DEBUG
#  csv list (no spaces) of handlers to log to
LOG_TO=console

# UV_PUBLISH_TOKEN: the token for publishing packages to pypi
export UV_PUBLISH_TOKEN=your-token-goes-here
