# Ghost CMS Configuration
# Get these from your Ghost Admin > Integrations
# Your Ghost site URL (without trailing slash)
GHOST_URL=https://your-site.ghost.io
# Admin API key for write operations
# Format: [id]:[secret]
GHOST_ADMIN_API_KEY=your-admin-api-key-here
# Content API key for read operations
GHOST_CONTENT_API_KEY=your-content-api-key-here