mirror of
https://github.com/sasjs/server.git
synced 2026-01-07 06:30:06 +00:00
Merge pull request #60 from sasjs/errfix
feat: removing stpsrv_header and updating README with auth details
This commit is contained in:
10
README.md
10
README.md
@@ -82,3 +82,13 @@ Instead of `app_name` you can pass:
|
|||||||
|
|
||||||
- `all` to act on all processes
|
- `all` to act on all processes
|
||||||
- `id` to act on a specific process id
|
- `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`
|
||||||
|
|||||||
@@ -9,5 +9,6 @@
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
/* to be replaced with mfs_httpheader
|
||||||
%mcf_stpsrv_header(wrap=YES, insert_cmplib=YES)
|
%mcf_stpsrv_header(wrap=YES, insert_cmplib=YES)
|
||||||
|
*/
|
||||||
Reference in New Issue
Block a user