# Cosmic JS Configuration
# Get these values from your Cosmic dashboard: https://www.cosmicjs.com/dashboard
# Your Cosmic bucket slug (found in your bucket settings)
COSMIC_BUCKET_SLUG=your-bucket-slug
# Your Cosmic read key (found in your bucket settings -> API Keys)
COSMIC_READ_KEY=your-read-key
# Your Cosmic write key (found in your bucket settings -> API Keys)
COSMIC_WRITE_KEY=your-write-key
# Optional: Set to 'true' to enable debug logging
DEBUG=false