diff --git a/apps/web/config/cloud.json b/apps/web/config/cloud.json index 5459ce4057b..45269d18c63 100644 --- a/apps/web/config/cloud.json +++ b/apps/web/config/cloud.json @@ -13,7 +13,8 @@ "dev": { "proxyApi": "https://api.bitwarden.com", "proxyIdentity": "https://identity.bitwarden.com", - "proxyEvents": "https://events.bitwarden.com" + "proxyEvents": "https://events.bitwarden.com", + "proxyNotifications": "https://notifications.bitwarden.com" }, "flags": { "secretsManager": true, diff --git a/apps/web/config/qa.json b/apps/web/config/qa.json index 3632c696856..6f514079010 100644 --- a/apps/web/config/qa.json +++ b/apps/web/config/qa.json @@ -7,7 +7,8 @@ "dev": { "proxyApi": "https://api.qa.bitwarden.pw", "proxyIdentity": "https://identity.qa.bitwarden.pw", - "proxyEvents": "https://events.qa.bitwarden.pw" + "proxyEvents": "https://events.qa.bitwarden.pw", + "proxyNotifications": "https://notifications.qa.bitwarden.pw" }, "flags": { "secretsManager": true,