diff --git a/src/Api/Startup.cs b/src/Api/Startup.cs index 89898342c8..ce3f4bb28b 100644 --- a/src/Api/Startup.cs +++ b/src/Api/Startup.cs @@ -162,9 +162,9 @@ namespace Bit.Api // Add IdentityServer to the request pipeline. app.UseIdentityServer(); app.UseIdentityServerAuthentication( - GetIdentityOptions(env, IdentityServerAuthority(env, "identity", "44392"), "3")); + GetIdentityOptions(env, IdentityServerAuthority(env, "identity", "33656"), "3")); app.UseIdentityServerAuthentication( - GetIdentityOptions(env, IdentityServerAuthority(env, "api", "44377"), "2")); + GetIdentityOptions(env, IdentityServerAuthority(env, "api", "4001"), "2")); // Add current context app.UseMiddleware(); @@ -204,7 +204,7 @@ namespace Bit.Api } else { - return $"https://localhost:{port}"; + return $"http://localhost:{port}"; //return $"http://192.168.1.6:{port}"; // Desktop external } }