# ChefBible Environment Variables # Copy this file to .env and customize the values # These variables are used by docker-compose.yml # Application URL (required) ORIGIN=https://your-domain.com # Authentication token (required - generate a secure random token) MAGIC_LINK_TOKEN=your-secure-token-here # Access PIN code (required - set a PIN for site access) ACCESS_PIN=1234 # Cloudinary URL for photo uploads (optional) CLOUDINARY_URL=cloudinary://api_key:api_secret@cloud_name