mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed another bug with identity. #865 I'm thinking about removing it. Causing more hassle than it's worth
This commit is contained in:
parent
1647717915
commit
7645aff996
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ namespace Ombi
|
|||
app.UseIdentityServerAuthentication(new IdentityServerAuthenticationOptions
|
||||
{
|
||||
#if !DEBUG
|
||||
Authority = $"http://{url.Value}:{port.Value}",
|
||||
Authority = $"{url.Value}:{port.Value}",
|
||||
#else
|
||||
Authority = $"http://localhost:52038/",
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue