diff --git a/src/Api/settings.json b/src/Api/settings.json index 475edd56a3..11ff21bf16 100644 --- a/src/Api/settings.json +++ b/src/Api/settings.json @@ -2,13 +2,13 @@ "globalSettings": { "selfHosted": false, "siteName": "bitwarden", + "stripeApiKey": "SECRET", "baseServiceUri": { "vault": "http://localhost:4001", "api": "http://localhost:4000", "identity": "http://localhost:33656", "identityInternal": "http://localhost:33656" }, - "stripeApiKey": "SECRET", "sqlServer": { "connectionString": "SECRET" }, diff --git a/src/Billing/settings.json b/src/Billing/settings.json index 2d9a0534d9..5c735556ed 100644 --- a/src/Billing/settings.json +++ b/src/Billing/settings.json @@ -2,13 +2,13 @@ "globalSettings": { "selfHosted": false, "siteName": "bitwarden", + "stripeApiKey": "SECRET", "baseServiceUri": { "vault": "http://localhost:4001", "api": "http://localhost:4000", "identity": "http://localhost:33656", "identityInternal": "http://localhost:33656" }, - "stripeApiKey": "SECRET", "sqlServer": { "connectionString": "SECRET" }, diff --git a/src/Identity/settings.json b/src/Identity/settings.json index d05173cba7..149e3dd0d1 100644 --- a/src/Identity/settings.json +++ b/src/Identity/settings.json @@ -2,13 +2,13 @@ "globalSettings": { "selfHosted": false, "siteName": "bitwarden", + "stripeApiKey": "SECRET", "baseServiceUri": { "vault": "http://localhost:4001", "api": "http://localhost:4000", "identity": "http://localhost:33656", "identityInternal": "http://localhost:33656" }, - "stripeApiKey": "SECRET", "sqlServer": { "connectionString": "SECRET" },