Environment Variables

There is a development environment config file included. Please duplicate this for production and rename it .production.

.env.development

GHOST_API_KEY='YOUR_GHOST_API_KEY'
GHOST_API_URL='https://YOUR_WEBSITE.ghost.io'
GHOST_API_VERSION='v5.0'
BLOG_POSTS_PER_PAGE='12'
PUBLIC_API='https://api.YOUR_DOMAIN.com'
DOMAIN='https://yourdomain.com'

Last updated

Was this helpful?