From 205a6d14a61474b61fb24fde09aa481944c7a2fd Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 27 Jun 2017 15:53:39 -0400 Subject: [PATCH] revert https stuff --- src/Api/Startup.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } }