Updated local dev env configuration

- Use local dev config only for development mode
- `.env.local` by default gets triggered for production builds as well, unlike `.env.development.local`
This commit is contained in:
Rish 2020-04-13 13:09:15 +05:30
parent c3d13f2451
commit 8be660def0
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
## Configure for local development
- Copy `.env.local.example` to `.env.local`
- Copy `.env.development.local.example` to `.env.development.local`
- Update the values to match your local dev version of Ghost
- Ensure your local Ghost is running