From 989cfd640393497a275e138212fd43fd1d3e6d50 Mon Sep 17 00:00:00 2001 From: Gemma Date: Wed, 6 Mar 2024 10:53:20 +0100 Subject: [PATCH] elixir config updated --- frontend/src/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/config.json b/frontend/src/config.json index 735db85..ceb1a2f 100644 --- a/frontend/src/config.json +++ b/frontend/src/config.json @@ -1,5 +1,5 @@ { - "API_URL": "https://beacon-network-backend-test.ega-archive.org/beacon-network/v2.0.0", - "REDIRECT_URL": "https://beacon-nework-test.ega-archive.org/", + "API_URL": "https://beacon-network-backend-demo.ega-archive.org/beacon-network/v2.0.0", + "REDIRECT_URL": "https://beacon-network-demo.ega-archive.org/", "KEYCLOAK_URL": "https://beacon-network-demo2.ega-archive.org" } \ No newline at end of file