diff --git a/src/Admin/appsettings.Development.json b/src/Admin/appsettings.Development.json new file mode 100644 index 0000000000..ce27476b0e --- /dev/null +++ b/src/Admin/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/src/Admin/appsettings.json b/src/Admin/appsettings.json index 42b11fca1c..ec7859ba4f 100644 --- a/src/Admin/appsettings.json +++ b/src/Admin/appsettings.json @@ -4,22 +4,6 @@ "siteName": "Bitwarden", "projectName": "Admin", "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/src/Api/appsettings.Development.json b/src/Api/appsettings.Development.json new file mode 100644 index 0000000000..ce27476b0e --- /dev/null +++ b/src/Api/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/src/Api/appsettings.json b/src/Api/appsettings.json index 5eb8def17d..2ca9cd5b0f 100644 --- a/src/Api/appsettings.json +++ b/src/Api/appsettings.json @@ -4,22 +4,6 @@ "siteName": "Bitwarden", "projectName": "Api", "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/src/Billing/appsettings.Development.json b/src/Billing/appsettings.Development.json new file mode 100644 index 0000000000..ce27476b0e --- /dev/null +++ b/src/Billing/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/src/Billing/appsettings.json b/src/Billing/appsettings.json index 5231c5cf8f..c25c3940e7 100644 --- a/src/Billing/appsettings.json +++ b/src/Billing/appsettings.json @@ -4,22 +4,6 @@ "siteName": "Bitwarden", "projectName": "Billing", "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/src/Events/appsettings.Development.json b/src/Events/appsettings.Development.json new file mode 100644 index 0000000000..ce27476b0e --- /dev/null +++ b/src/Events/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/src/Events/appsettings.json b/src/Events/appsettings.json index 463a42d39a..101911bb0d 100644 --- a/src/Events/appsettings.json +++ b/src/Events/appsettings.json @@ -2,22 +2,6 @@ "globalSettings": { "selfHosted": false, "projectName": "Events", - "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/Identity/appsettings.Development.json b/src/Identity/appsettings.Development.json new file mode 100644 index 0000000000..ce27476b0e --- /dev/null +++ b/src/Identity/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/src/Identity/appsettings.json b/src/Identity/appsettings.json index d8c768e46c..edbc1d1188 100644 --- a/src/Identity/appsettings.json +++ b/src/Identity/appsettings.json @@ -5,22 +5,6 @@ "projectName": "Identity", "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/Notifications/appsettings.Development.json b/src/Notifications/appsettings.Development.json new file mode 100644 index 0000000000..ce27476b0e --- /dev/null +++ b/src/Notifications/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/src/Notifications/appsettings.json b/src/Notifications/appsettings.json index 51d09bc4a6..82355a0771 100644 --- a/src/Notifications/appsettings.json +++ b/src/Notifications/appsettings.json @@ -2,22 +2,6 @@ "globalSettings": { "selfHosted": false, "projectName": "Notifications", - "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" },