From a22c77d795d71248a563431788694b1f578007a4 Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:05:51 -0700 Subject: [PATCH] Devops 1421 test dns change take two (#5668) * Update web configuration for new build artifact * Switch to another top level domain --- 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 db3568acc6..576b5b4cfa 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.beta.bitwarden.net", - "scim": "https://scim.beta.bitwarden.net" + "notifications": "https://notifications.bitwarden.eu", + "scim": "https://scim.bitwarden.eu" }, "flags": { "secretsManager": true,