# Canvas API credentials
CANVAS_ACCESS_TOKEN=your_canvas_token_here
CANVAS_DOMAIN=canvas.your_institution.edu
# Gradescope credentials
GRADESCOPE_EMAIL=your_email@your_institution.edu
GRADESCOPE_PASSWORD=your_gradescope_password
# Optional: Default download path for Canvas files
# DOWNLOAD_PATH=/path/to/downloads
# Optional: Debug mode
# DEBUG=True