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