12 lines
417 B
Bash
12 lines
417 B
Bash
# Ghost CMS — Content API (read-only). Copy this file to .env.local and fill in.
|
|
# Get these from Ghost Admin → Settings → Integrations → Add custom integration.
|
|
GHOST_URL=https://your-ghost-site.com
|
|
GHOST_CONTENT_API_KEY=your_content_api_key
|
|
|
|
# Admin API key (id:secret) — only needed for server-side write tooling, not the blog.
|
|
GHOST_ADMIN_API_KEY=
|
|
|
|
# Optional
|
|
GHOST_API_VERSION=v5.0
|
|
GHOST_REVALIDATE=60
|