# Backend environment (example – never commit real secrets) DJANGO_SECRET_KEY=django-insecure-change-me-in-production DJANGO_DEBUG=True DB_NAME=cloud_reader DB_USER=postgres DB_PASSWORD=postgres DB_HOST=localhost DB_PORT=5432