Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Patch 2 (#1702)
Browse files Browse the repository at this point in the history
* Update community.rst

* Update community.rst

* Configure to ConfigureServices

pretty sure the method call is incorrectly named as it stands
  • Loading branch information
Triwaters authored and brockallen committed Nov 5, 2017
1 parent a4b66e9 commit b4814eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstarts/8_entity_framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ It should look like this:
Configuring the stores
^^^^^^^^^^^^^^^^^^^^^^

The next step is to replace the current calls to ``AddInMemoryClients``, ``AddInMemoryIdentityResources``, and ``AddInMemoryApiResources`` in the ``Configure`` method in `Startup.cs`.
The next step is to replace the current calls to ``AddInMemoryClients``, ``AddInMemoryIdentityResources``, and ``AddInMemoryApiResources`` in the ``ConfigureServices`` method in `Startup.cs`.
We will replace them with this code::

const string connectionString = @"Data Source=(LocalDb)\MSSQLLocalDB;database=IdentityServer4.Quickstart.EntityFramework-2.0.0;trusted_connection=yes;";
Expand Down

0 comments on commit b4814eb

Please sign in to comment.