mirror of
https://github.com/taogaetz/chefbible.git
synced 2025-12-06 11:47:24 -05:00
13 lines
407 B
Plaintext
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
|