mirror of https://github.com/Ombi-app/Ombi
Fixed the issue with the Identity Server running on a different port, we can now use -url #865
parent
9d435ccc0f
commit
c196dce843
@ -1 +1 @@
|
||||
dotnet ef migrations add MIGRATIONNAME --context OmbiContext --startup-project ../Ombi/Ombi.csproj
|
||||
dotnet ef migrations add Inital --context OmbiContext --startup-project ../Ombi/Ombi.csproj
|
File diff suppressed because it is too large
Load Diff
@ -1 +1,2 @@
|
||||
/// <reference path="globals/globals.d.ts" />
|
||||
/// <reference path="globals/globals.d.ts" />
|
||||
/// <reference path="../node_modules/@types/intro.js/index.d.ts" />
|
Loading…
Reference in new issue