Commit 5c2ca1e2 authored by janskoruba's avatar janskoruba
Browse files

Merge branch 'dev' of https://github.com/skoruba/IdentityServer4.Admin into dev

......@@ -13,10 +13,6 @@ If you don't have publicly accessible database you will need to create one. Foll
Replace connection strings in `appSettings.json` with connection string to generated database.
Then you can generate migrations:
[Follow these steps for generating of DB migrations](/README.md#ef-core--data-access)
## Deploying webbaps to Azure App Service
We will assume in the tutorial that STS and Admin were deployed to:
......
......@@ -70,11 +70,7 @@ dotnet add src/Skoruba.IdentityServer4.STS.Identity package Npgsql.EntityFramewo
In `src/Skoruba.IdentityServer4.Admin` and `src/Skoruba.IdentityServer4.STS.Identity` in `Helpers/StartupHelpers.cs` replace all occurences of `UseSqlServer` with `UseNpgsql`. This will inform EntityFramework that PostgreSQL will be used instead of SQL Server.
# Final setup
## Generate initial migrations
[Follow these steps for generating of DB migrations](/README.md#ef-core--data-access)
# Final setup
## Run STS and Admin
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment