> For the complete documentation index, see [llms.txt](https://docs.usegravity.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usegravity.app/website-template/environment-variables.md).

# Environment Variables

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

`.env.development`

```javascript
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'
```
