From 0b34b7a9807865352f74edd283cd8e1909c84c1b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 14 Jul 2017 08:32:58 -0400 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index a151aaa4e5..d4b5498b38 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,6 @@ The bitwarden Web project is an AngularJS application that powers the web vault - Node.js - Gulp -Unless you are running the [Core](https://github.com/bitwarden/core) API locally, you'll probably need to switch the -application to target the production API. Open `package.json` and set `production` to `true`. - By default the application points to the production API. If you want to change that to point to a local instance of the [Core](https://github.com/bitwarden/core) API, you can modify the `package.json` `env` property to `Development` and then set your local endpoints in `settings.json`.