From c1a30977f1533b8be9bb83c29f8d12fe0d683b72 Mon Sep 17 00:00:00 2001 From: munja Date: Wed, 13 Apr 2022 13:58:55 +0100 Subject: [PATCH] chore: removing serverurl --- sasjs/sasjsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sasjs/sasjsconfig.json b/sasjs/sasjsconfig.json index acb6f29..27c72a6 100644 --- a/sasjs/sasjsconfig.json +++ b/sasjs/sasjsconfig.json @@ -65,7 +65,7 @@ }, { "name": "server", - "serverUrl": "https://sas.analytium.co.uk:5000", + "serverUrl": "", "serverType": "SASJS", "httpsAgentOptions": { "allowInsecureRequests": false