Fixed another bug with identity. #865 I'm thinking about removing it. Causing more hassle than it's worth

This commit is contained in:
tidusjar 2017-08-06 22:52:05 +01:00
commit 7645aff996

View file

@ -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