# OVERWRITTEN BY CLAUDE -- These are placeholder values from .env.example
PORT=3000
DATABASE_URL=postgres://user:password@localhost:5432/taskdb
SECRET_KEY=change-me-in-production
LOG_LEVEL=debug
