From 3614c602e5925289a0cc2fdfd0155cfd32949480 Mon Sep 17 00:00:00 2001 From: "david.bendavid" Date: Mon, 17 Aug 2026 16:40:34 +0300 Subject: [PATCH] URM-3351634 | david.bendavid | Proxy default --- proxy/proxy.const.mjs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/proxy/proxy.const.mjs b/proxy/proxy.const.mjs index 1428cac0..1f0a3bf9 100644 --- a/proxy/proxy.const.mjs +++ b/proxy/proxy.const.mjs @@ -1,12 +1,8 @@ //set the url of the server you want to test your code with and start the development server using the following command: // ng serve --proxy-config ./proxy/proxy.conf.mjs const environments = { - 'example': 'https://myPrimoVE.com', - 'sqa03-eu01': 'https://sqa03-eu01.alma.exlibrisgroup.com', - 'sqa-na03': 'https://sqa-na03.alma.exlibrisgroup.com/', - 'sqa-eu03': 'https://sqa-eu03.alma.exlibrisgroup.com/', - 'sqa-cn01': 'https://sqa-cn01.alma.exlibrisgroup.com.cn/' + 'example': 'https://myPrimoVE.com' }; -export const PROXY_TARGET = environments['sqa-cn01']; +export const PROXY_TARGET = environments['example']; console.log(`[proxy] Active proxy target: ${PROXY_TARGET}`); \ No newline at end of file