From c1854d80016dda47dabfdf965bcae526ffaf8ce6 Mon Sep 17 00:00:00 2001 From: Pablo Roncero Fernandez <pablo.roncero.fernandez@cern.ch> Date: Mon, 19 Oct 2020 17:08:17 +0200 Subject: [PATCH] Update base_url --- .env.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.dev b/.env.dev index d0d97c65..4d693408 100644 --- a/.env.dev +++ b/.env.dev @@ -1,4 +1,4 @@ -REACT_APP_BASE_URL=https://api.test-notifications-service.web.cern.ch +REACT_APP_BASE_URL=https://api-test-notifications-service.app.cern.ch REACT_APP_OAUTH_CLIENT_ID=push-notifications REACT_APP_AUTHORIZATION_URL=https://auth.cern.ch/auth/realms/cern/protocol/openid-connect/auth REACT_APP_OAUTH_REDIRECT_URL=https://test-notifications-service.web.cern.ch/redirect -- GitLab