From 3b235f2ca2df4730c177ea0a7c9ca02f0bd84c58 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 26 Oct 2017 11:54:09 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36e171550..4bccd7513 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ The bitwarden mobile application is written in C# with Xamarin Android, Xamarin - [Visual Studio w/ Xamarin -or- Xamarin Studio](https://store.xamarin.com/) By default the app is targeting the production API. If you are running the [Core](https://github.com/bitwarden/core) API locally, -you'll need to switch the app to target your local API. Open `src/App/Utilities/ApiHttpClient.cs` and set `BaseAddress` to your local -API instance (ex. `new Uri("http://localhost:4000")`). +you'll need to switch the app to target your local instance. Open `src/App/Utilities/ApiHttpClient.cs` and `src/App/Utilities/IdentityHttpClient.cs` and set the `BaseAddress` to your local +API endpoints (ex. `new Uri("http://localhost:5000")`). Alternatively, you can also adjust the environment endpoints from the environment settings page on the home screen of the app (log out). After restoring the nuget packages, you can now build and run the app.