From d3674c7f9449d77977e482cd63ccdf7e974fa838 Mon Sep 17 00:00:00 2001 From: munja Date: Wed, 16 Feb 2022 13:19:50 +0000 Subject: [PATCH] feat: removing stpsrv_header and updating README with auth details --- README.md | 10 ++++++++++ api/scripts/systemInit.sas | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6ea2f8..e54a83a 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,13 @@ Instead of `app_name` you can pass: - `all` to act on all processes - `id` to act on a specific process id + + + +## Server Version + +The following credentials can be used for the initial connection to SASjs/server. It is recommended to change these on first use. + +CLIENTID: `CLIENTID1` +USERNAME: `secretuser` +PASSWORD: `secretpassword` diff --git a/api/scripts/systemInit.sas b/api/scripts/systemInit.sas index 0b07025..87c1cd4 100644 --- a/api/scripts/systemInit.sas +++ b/api/scripts/systemInit.sas @@ -9,5 +9,6 @@ **/ - +/* to be replaced with mfs_httpheader %mcf_stpsrv_header(wrap=YES, insert_cmplib=YES) +*/ \ No newline at end of file