From e0894182fd0d9aa5b73a71d5cf73f190d25a2f1e Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Fri, 23 Jun 2023 09:37:54 -0700 Subject: [PATCH] Update web configuration for new build artifact (#5667) --- apps/web/config/euprd.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/config/euprd.json b/apps/web/config/euprd.json index 3813074b7cf..db3568acc61 100644 --- a/apps/web/config/euprd.json +++ b/apps/web/config/euprd.json @@ -1,8 +1,8 @@ { "urls": { "icons": "https://icons.bitwarden.net", - "notifications": "https://notifications.bitwarden.net", - "scim": "https://scim.bitwarden.net" + "notifications": "https://notifications.beta.bitwarden.net", + "scim": "https://scim.beta.bitwarden.net" }, "flags": { "secretsManager": true,