# Cloud Reader Backend — Environment Variables # Copy to .env and fill in your values. SECRET_KEY=django-insecure-change-me-in-production DEBUG=True DB_ENGINE=django.db.backends.postgresql DB_NAME=cloud_reader DB_USER=cloud_reader DB_PASSWORD=cloud_reader DB_HOST=localhost DB_PORT=5432 CORS_ALLOWED_ORIGINS=http://localhost:5173,http://localhost:3000 ALLOWED_HOSTS=localhost,127.0.0.1