# eClass Configuration
# -----------------
# Replace the values below with your actual credentials
# Then rename this file to '.env'
# eClass URL (optional, defaults to UoA's eClass instance)
# ECLASS_URL=https://eclass.uoa.gr
# SSO Domain (optional, defaults to UoA's SSO server)
# Only change if using a different eClass instance with a different SSO provider
# ECLASS_SSO_DOMAIN=sso.uoa.gr
# SSO Protocol (optional, defaults to https)
# Only change for local testing environments that use HTTP
# ECLASS_SSO_PROTOCOL=http
# 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