# eClass Configuration
# -----------------
# Replace the values below with your actual credentials
# Then rename this file to '.env'
# eClass URL (default is UoA's eClass instance)
ECLASS_URL=https://eclass.uoa.gr
# Your eClass credentials
ECLASS_USERNAME=your_username_here
ECLASS_PASSWORD=your_password_here
# Logging level (optional)
# Uncomment the line below to set a specific logging level
# LOG_LEVEL=INFO # Options: DEBUG, INFO, WARNING, ERROR, CRITICAL