diff --git a/bitwarden_license/src/Portal/appsettings.Development.json b/bitwarden_license/src/Portal/appsettings.Development.json new file mode 100644 index 0000000000..ce27476b0e --- /dev/null +++ b/bitwarden_license/src/Portal/appsettings.Development.json @@ -0,0 +1,20 @@ +{ + "globalSettings": { + "baseServiceUri": { + "vault": "https://localhost:8080", + "api": "http://localhost:4000", + "identity": "http://localhost:33656", + "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", + "internalPortal": "http://localhost:52313" + } + } +} diff --git a/bitwarden_license/src/Portal/appsettings.json b/bitwarden_license/src/Portal/appsettings.json index 4733d1e655..9d06f4baa6 100644 --- a/bitwarden_license/src/Portal/appsettings.json +++ b/bitwarden_license/src/Portal/appsettings.json @@ -4,22 +4,6 @@ "siteName": "Bitwarden", "projectName": "Business Portal", "stripeApiKey": "SECRET", - "baseServiceUri": { - "vault": "https://localhost:8080", - "api": "http://localhost:4000", - "identity": "http://localhost:33656", - "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", - "internalPortal": "http://localhost:52313" - }, "sqlServer": { "connectionString": "SECRET" }, diff --git a/bitwarden_license/src/Sso/appsettings.Development.json b/bitwarden_license/src/Sso/appsettings.Development.json new file mode 100644 index 0000000000..ce27476b0e --- /dev/null +++ b/bitwarden_license/src/Sso/appsettings.Development.json @@ -0,0 +1,20 @@ +{ + "globalSettings": { + "baseServiceUri": { + "vault": "https://localhost:8080", + "api": "http://localhost:4000", + "identity": "http://localhost:33656", + "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", + "internalPortal": "http://localhost:52313" + } + } +} diff --git a/bitwarden_license/src/Sso/appsettings.json b/bitwarden_license/src/Sso/appsettings.json index 9bcc8382dc..7e1d1be5e4 100644 --- a/bitwarden_license/src/Sso/appsettings.json +++ b/bitwarden_license/src/Sso/appsettings.json @@ -5,22 +5,6 @@ "projectName": "SSO", "stripeApiKey": "SECRET", "oidcIdentityClientKey": "SECRET", - "baseServiceUri": { - "vault": "https://localhost:8080", - "api": "http://localhost:4000", - "identity": "http://localhost:33656", - "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", - "internalPortal": "http://localhost:52313" - }, "sqlServer": { "connectionString": "SECRET" }, diff --git a/src/Admin/appsettings.Development.json b/src/Admin/appsettings.Development.json index ce27476b0e..7c401fe6fe 100644 --- a/src/Admin/appsettings.Development.json +++ b/src/Admin/appsettings.Development.json @@ -15,6 +15,10 @@ "internalVault": "http://localhost:4001", "internalSso": "http://localhost:51822", "internalPortal": "http://localhost:52313" + }, + "send": { + "connectionString": "SECRET", + "baseUrl": "http://localhost:4000/sendfiles/" } } } diff --git a/src/Admin/appsettings.json b/src/Admin/appsettings.json index ec7859ba4f..728a298b5c 100644 --- a/src/Admin/appsettings.json +++ b/src/Admin/appsettings.json @@ -42,8 +42,7 @@ "region": "SECRET" }, "send": { - "connectionString": "SECRET", - "baseUrl": "http://localhost:4000/sendfiles/" + "connectionString": "SECRET" } }, "adminSettings": { diff --git a/src/Api/appsettings.Development.json b/src/Api/appsettings.Development.json index ce27476b0e..67557db083 100644 --- a/src/Api/appsettings.Development.json +++ b/src/Api/appsettings.Development.json @@ -15,6 +15,14 @@ "internalVault": "http://localhost:4001", "internalSso": "http://localhost:51822", "internalPortal": "http://localhost:52313" + }, + "attachment": { + "connectionString": "SECRET", + "baseUrl": "http://localhost:4000/attachments/" + }, + "send": { + "connectionString": "SECRET", + "baseUrl": "http://localhost:4000/sendfiles/" } } } diff --git a/src/Api/appsettings.json b/src/Api/appsettings.json index 2ca9cd5b0f..8a2d67665f 100644 --- a/src/Api/appsettings.json +++ b/src/Api/appsettings.json @@ -25,12 +25,10 @@ "connectionString": "SECRET" }, "attachment": { - "connectionString": "SECRET", - "baseUrl": "http://localhost:4000/attachments/" + "connectionString": "SECRET" }, "send": { - "connectionString": "SECRET", - "baseUrl": "http://localhost:4000/sendfiles/" + "connectionString": "SECRET" }, "documentDb": { "uri": "SECRET",