diff --git a/bitwarden_license/src/Scim/appsettings.json b/bitwarden_license/src/Scim/appsettings.json index 630896a65f..dcdfeb3ede 100644 --- a/bitwarden_license/src/Scim/appsettings.json +++ b/bitwarden_license/src/Scim/appsettings.json @@ -30,10 +30,6 @@ "connectionString": "SECRET", "applicationCacheTopicName": "SECRET" }, - "documentDb": { - "uri": "SECRET", - "key": "SECRET" - }, "sentry": { "dsn": "SECRET" }, @@ -58,6 +54,5 @@ "region": "SECRET" } }, - "scimSettings": { - } + "scimSettings": {} } diff --git a/bitwarden_license/src/Sso/appsettings.json b/bitwarden_license/src/Sso/appsettings.json index 3bf02cd869..73c85044cc 100644 --- a/bitwarden_license/src/Sso/appsettings.json +++ b/bitwarden_license/src/Sso/appsettings.json @@ -31,10 +31,6 @@ "connectionString": "SECRET", "applicationCacheTopicName": "SECRET" }, - "documentDb": { - "uri": "SECRET", - "key": "SECRET" - }, "notificationHub": { "connectionString": "SECRET", "hubName": "SECRET" diff --git a/src/Admin/appsettings.json b/src/Admin/appsettings.json index 4764484204..9513dc44a2 100644 --- a/src/Admin/appsettings.json +++ b/src/Admin/appsettings.json @@ -30,10 +30,6 @@ "connectionString": "SECRET", "applicationCacheTopicName": "SECRET" }, - "documentDb": { - "uri": "SECRET", - "key": "SECRET" - }, "notificationHub": { "connectionString": "SECRET", "hubName": "SECRET" diff --git a/src/Api/appsettings.json b/src/Api/appsettings.json index e49491857f..c04539a9fe 100644 --- a/src/Api/appsettings.json +++ b/src/Api/appsettings.json @@ -32,10 +32,6 @@ "send": { "connectionString": "SECRET" }, - "documentDb": { - "uri": "SECRET", - "key": "SECRET" - }, "sentry": { "dsn": "SECRET" }, diff --git a/src/Billing/appsettings.json b/src/Billing/appsettings.json index 93d103aa80..4985784573 100644 --- a/src/Billing/appsettings.json +++ b/src/Billing/appsettings.json @@ -30,10 +30,6 @@ "connectionString": "SECRET", "applicationCacheTopicName": "SECRET" }, - "documentDb": { - "uri": "SECRET", - "key": "SECRET" - }, "sentry": { "dsn": "SECRET" }, diff --git a/src/Events/appsettings.json b/src/Events/appsettings.json index 101911bb0d..e72b978f2f 100644 --- a/src/Events/appsettings.json +++ b/src/Events/appsettings.json @@ -14,10 +14,6 @@ "events": { "connectionString": "SECRET" }, - "documentDb": { - "uri": "SECRET", - "key": "SECRET" - }, "sentry": { "dsn": "SECRET" }, diff --git a/src/EventsProcessor/appsettings.json b/src/EventsProcessor/appsettings.json index af0ca259fa..c2c77bcb0d 100644 --- a/src/EventsProcessor/appsettings.json +++ b/src/EventsProcessor/appsettings.json @@ -2,10 +2,6 @@ "azureStorageConnectionString": "SECRET", "globalSettings": { "selfHosted": false, - "projectName": "Events Processor", - "documentDb": { - "uri": "SECRET", - "key": "SECRET" - } + "projectName": "Events Processor" } } diff --git a/src/Icons/appsettings.json b/src/Icons/appsettings.json index 65267ef4e9..6b4e2992e0 100644 --- a/src/Icons/appsettings.json +++ b/src/Icons/appsettings.json @@ -1,10 +1,6 @@ { "globalSettings": { - "projectName": "Icons", - "documentDb": { - "uri": "SECRET", - "key": "SECRET" - } + "projectName": "Icons" }, "iconsSettings": { "cacheEnabled": true, diff --git a/src/Identity/appsettings.json b/src/Identity/appsettings.json index e3626b4e16..16c3efe46b 100644 --- a/src/Identity/appsettings.json +++ b/src/Identity/appsettings.json @@ -27,10 +27,6 @@ "events": { "connectionString": "SECRET" }, - "documentDb": { - "uri": "SECRET", - "key": "SECRET" - }, "sentry": { "dsn": "SECRET" }, diff --git a/src/Notifications/appsettings.json b/src/Notifications/appsettings.json index 82355a0771..020d98cbd6 100644 --- a/src/Notifications/appsettings.json +++ b/src/Notifications/appsettings.json @@ -18,10 +18,6 @@ "connectionString": "SECRET", "applicationCacheTopicName": "SECRET" }, - "documentDb": { - "uri": "SECRET", - "key": "SECRET" - }, "sentry": { "dsn": "SECRET" },