diff --git a/src/Admin/appsettings.Production.json b/src/Admin/appsettings.Production.json index 6c4313dcd..a76503564 100644 --- a/src/Admin/appsettings.Production.json +++ b/src/Admin/appsettings.Production.json @@ -7,12 +7,14 @@ "admin": "https://admin.bitwarden.com", "notifications": "https://notifications.bitwarden.com", "sso": "https://sso.bitwarden.com", + "portal": "http://portal.bitwarden.com", "internalNotifications": "https://notifications.bitwarden.com", "internalAdmin": "https://admin.bitwarden.com", "internalIdentity": "https://identity.bitwarden.com", "internalApi": "https://api.bitwarden.com", "internalVault": "https://vault.bitwarden.com", - "internalSso": "https://sso.bitwarden.com" + "internalSso": "https://sso.bitwarden.com", + "internalPortal": "https://portal.bitwarden.com" }, "braintree": { "production": true diff --git a/src/Admin/appsettings.json b/src/Admin/appsettings.json index e5e7f4609..6e374120e 100644 --- a/src/Admin/appsettings.json +++ b/src/Admin/appsettings.json @@ -11,12 +11,14 @@ "admin": "http://localhost:62911", "notifications": "http://localhost:61840", "sso": "http://localhost:51822", + "portal": "http://localhost:52313", "internalNotifications": "http://localhost:61840", "internalAdmin": "http://localhost:62911", "internalIdentity": "http://localhost:33656", "internalApi": "http://localhost:4000", "internalVault": "http://localhost:4001", - "internalSso": "http://localhost:51822" + "internalSso": "http://localhost:51822", + "internalPortal": "http://localhost:52313" }, "sqlServer": { "connectionString": "SECRET" diff --git a/src/Api/appsettings.Production.json b/src/Api/appsettings.Production.json index 3d1330713..5fd170702 100644 --- a/src/Api/appsettings.Production.json +++ b/src/Api/appsettings.Production.json @@ -7,12 +7,14 @@ "admin": "https://admin.bitwarden.com", "notifications": "https://notifications.bitwarden.com", "sso": "https://sso.bitwarden.com", + "portal": "http://portal.bitwarden.com", "internalNotifications": "https://notifications.bitwarden.com", "internalAdmin": "https://admin.bitwarden.com", "internalIdentity": "https://identity.bitwarden.com", "internalApi": "https://api.bitwarden.com", "internalVault": "https://vault.bitwarden.com", - "internalSso": "https://sso.bitwarden.com" + "internalSso": "https://sso.bitwarden.com", + "internalPortal": "https://portal.bitwarden.com" }, "braintree": { "production": true diff --git a/src/Api/appsettings.json b/src/Api/appsettings.json index c90737301..af95b861e 100644 --- a/src/Api/appsettings.json +++ b/src/Api/appsettings.json @@ -11,12 +11,14 @@ "admin": "http://localhost:62911", "notifications": "http://localhost:61840", "sso": "http://localhost:51822", + "portal": "http://localhost:52313", "internalNotifications": "http://localhost:61840", "internalAdmin": "http://localhost:62911", "internalIdentity": "http://localhost:33656", "internalApi": "http://localhost:4000", "internalVault": "http://localhost:4001", - "internalSso": "http://localhost:51822" + "internalSso": "http://localhost:51822", + "internalPortal": "http://localhost:52313" }, "sqlServer": { "connectionString": "SECRET" diff --git a/src/Billing/appsettings.Production.json b/src/Billing/appsettings.Production.json index 9c444bb66..38e4e3513 100644 --- a/src/Billing/appsettings.Production.json +++ b/src/Billing/appsettings.Production.json @@ -7,12 +7,14 @@ "admin": "https://admin.bitwarden.com", "notifications": "https://notifications.bitwarden.com", "sso": "https://sso.bitwarden.com", + "portal": "http://portal.bitwarden.com", "internalNotifications": "https://notifications.bitwarden.com", "internalAdmin": "https://admin.bitwarden.com", "internalIdentity": "https://identity.bitwarden.com", "internalApi": "https://api.bitwarden.com", "internalVault": "https://vault.bitwarden.com", - "internalSso": "https://sso.bitwarden.com" + "internalSso": "https://sso.bitwarden.com", + "internalPortal": "https://portal.bitwarden.com" }, "braintree": { "production": true diff --git a/src/Billing/appsettings.json b/src/Billing/appsettings.json index 31904b911..5231c5cf8 100644 --- a/src/Billing/appsettings.json +++ b/src/Billing/appsettings.json @@ -11,12 +11,14 @@ "admin": "http://localhost:62911", "notifications": "http://localhost:61840", "sso": "http://localhost:51822", + "portal": "http://localhost:52313", "internalNotifications": "http://localhost:61840", "internalAdmin": "http://localhost:62911", "internalIdentity": "http://localhost:33656", "internalApi": "http://localhost:4000", "internalVault": "http://localhost:4001", - "internalSso": "http://localhost:51822" + "internalSso": "http://localhost:51822", + "internalPortal": "http://localhost:52313" }, "sqlServer": { "connectionString": "SECRET" diff --git a/src/Events/appsettings.Production.json b/src/Events/appsettings.Production.json index 1f85555af..6b3530015 100644 --- a/src/Events/appsettings.Production.json +++ b/src/Events/appsettings.Production.json @@ -7,12 +7,14 @@ "admin": "https://admin.bitwarden.com", "notifications": "https://notifications.bitwarden.com", "sso": "https://sso.bitwarden.com", + "portal": "http://portal.bitwarden.com", "internalNotifications": "https://notifications.bitwarden.com", "internalAdmin": "https://admin.bitwarden.com", "internalIdentity": "https://identity.bitwarden.com", "internalApi": "https://api.bitwarden.com", "internalVault": "https://vault.bitwarden.com", - "internalSso": "https://sso.bitwarden.com" + "internalSso": "https://sso.bitwarden.com", + "internalPortal": "https://portal.bitwarden.com" } } } diff --git a/src/Events/appsettings.json b/src/Events/appsettings.json index a3d2fcf88..463a42d39 100644 --- a/src/Events/appsettings.json +++ b/src/Events/appsettings.json @@ -9,12 +9,14 @@ "admin": "http://localhost:62911", "notifications": "http://localhost:61840", "sso": "http://localhost:51822", + "portal": "http://localhost:52313", "internalNotifications": "http://localhost:61840", "internalAdmin": "http://localhost:62911", "internalIdentity": "http://localhost:33656", "internalApi": "http://localhost:4000", "internalVault": "http://localhost:4001", - "internalSso": "http://localhost:51822" + "internalSso": "http://localhost:51822", + "internalPortal": "http://localhost:52313" }, "sqlServer": { "connectionString": "SECRET" diff --git a/src/Identity/appsettings.Production.json b/src/Identity/appsettings.Production.json index 6c4313dcd..a76503564 100644 --- a/src/Identity/appsettings.Production.json +++ b/src/Identity/appsettings.Production.json @@ -7,12 +7,14 @@ "admin": "https://admin.bitwarden.com", "notifications": "https://notifications.bitwarden.com", "sso": "https://sso.bitwarden.com", + "portal": "http://portal.bitwarden.com", "internalNotifications": "https://notifications.bitwarden.com", "internalAdmin": "https://admin.bitwarden.com", "internalIdentity": "https://identity.bitwarden.com", "internalApi": "https://api.bitwarden.com", "internalVault": "https://vault.bitwarden.com", - "internalSso": "https://sso.bitwarden.com" + "internalSso": "https://sso.bitwarden.com", + "internalPortal": "https://portal.bitwarden.com" }, "braintree": { "production": true diff --git a/src/Identity/appsettings.json b/src/Identity/appsettings.json index 4f5e2082f..d8c768e46 100644 --- a/src/Identity/appsettings.json +++ b/src/Identity/appsettings.json @@ -12,12 +12,14 @@ "admin": "http://localhost:62911", "notifications": "http://localhost:61840", "sso": "http://localhost:51822", + "portal": "http://localhost:52313", "internalNotifications": "http://localhost:61840", "internalAdmin": "http://localhost:62911", "internalIdentity": "http://localhost:33656", "internalApi": "http://localhost:4000", "internalVault": "http://localhost:4001", - "internalSso": "http://localhost:51822" + "internalSso": "http://localhost:51822", + "internalPortal": "http://localhost:52313" }, "sqlServer": { "connectionString": "SECRET" diff --git a/src/Notifications/appsettings.Production.json b/src/Notifications/appsettings.Production.json index 1f85555af..6b3530015 100644 --- a/src/Notifications/appsettings.Production.json +++ b/src/Notifications/appsettings.Production.json @@ -7,12 +7,14 @@ "admin": "https://admin.bitwarden.com", "notifications": "https://notifications.bitwarden.com", "sso": "https://sso.bitwarden.com", + "portal": "http://portal.bitwarden.com", "internalNotifications": "https://notifications.bitwarden.com", "internalAdmin": "https://admin.bitwarden.com", "internalIdentity": "https://identity.bitwarden.com", "internalApi": "https://api.bitwarden.com", "internalVault": "https://vault.bitwarden.com", - "internalSso": "https://sso.bitwarden.com" + "internalSso": "https://sso.bitwarden.com", + "internalPortal": "https://portal.bitwarden.com" } } } diff --git a/src/Notifications/appsettings.json b/src/Notifications/appsettings.json index 029280a38..51d09bc4a 100644 --- a/src/Notifications/appsettings.json +++ b/src/Notifications/appsettings.json @@ -9,12 +9,14 @@ "admin": "http://localhost:62911", "notifications": "http://localhost:61840", "sso": "http://localhost:51822", + "portal": "http://localhost:52313", "internalNotifications": "http://localhost:61840", "internalAdmin": "http://localhost:62911", "internalIdentity": "http://localhost:33656", "internalApi": "http://localhost:4000", "internalVault": "http://localhost:4001", - "internalSso": "http://localhost:51822" + "internalSso": "http://localhost:51822", + "internalPortal": "http://localhost:52313" }, "sqlServer": { "connectionString": "SECRET"