chefbible/env.example
2025-09-08 14:39:25 -04:00

13 lines
407 B
Plaintext

# 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
# Cloudinary URL for photo uploads (optional)
CLOUDINARY_URL=cloudinary://api_key:api_secret@cloud_name