From 99ad0708cfb5f71b29584c332cc3ad56f9ec7b3a Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Fri, 14 Feb 2020 11:59:26 +0530 Subject: [PATCH] fix: update API_HOST url for localhost --- docs/installation/local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/local.md b/docs/installation/local.md index bcb674af1a8..f76202c3ccf 100644 --- a/docs/installation/local.md +++ b/docs/installation/local.md @@ -34,7 +34,7 @@ brew reinstall gettext brew link --force gettext ``` -- By default, the `.env.example` file specifies the `API_HOST` as `https://open-event-api-dev.herokuapp.com` which is a test deployment of the open-event-server. If you intend to work on just the frontend, this is sufficient. **If however, you intend to work on issues which involve both the frontend and the backend, you must have the [open-event-server](https://github.com/fossasia/open-event-server) already up and running. Please install and set it up first before changing the URL for `API_HOST` to `localhost:5000` and proceeding to run the frontend.** +- By default, the `.env.example` file specifies the `API_HOST` as `https://open-event-api-dev.herokuapp.com` which is a test deployment of the open-event-server. If you intend to work on just the frontend, this is sufficient. **If however, you intend to work on issues which involve both the frontend and the backend, you must have the [open-event-server](https://github.com/fossasia/open-event-server) already up and running. Please install and set it up first before changing the URL for `API_HOST` to `http://localhost:5000` and proceeding to run the frontend.** ## Running / Development * `ember serve`