1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-26 10:35:48 +02:00

remove endpoint changes from readme

This commit is contained in:
Kyle Spearrin 2018-04-10 22:11:43 -04:00
parent 08ffdbeaa8
commit 056359c90a

View File

@ -25,10 +25,6 @@ The Bitwarden browser extension is written using the Chrome Web Extension API an
- [Gulp](http://gulpjs.com/) (`npm install --global gulp-cli`)
- Chrome (preferred), Opera, or Firefox browser
**API endpoint**
By default the extension is targeting the production API. If you are running the [Core](https://github.com/bitwarden/core) API locally, you'll need to switch the extension to target your local instance. Open `src/services/api.service.ts` and set `this.baseUrl` and `this.identityBaseUrl` to your local API instance (ex. `http://localhost:5000`).
**Run the app**
```