1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-11 03:34:35 +00:00

docs(readme): add configuration instructions

This commit is contained in:
Yury Shkoda
2021-10-07 07:57:42 +00:00
parent cdbc3fd298
commit c27421cda6
2 changed files with 8 additions and 1 deletions

View File

@@ -1 +1,8 @@
# @sasjs/server
## Configuration
In order to configure `@sasjs/server`, add the following information to the `configuration` section of `package.json`:
- Provide path to SAS9 executable.
- Provide `@sasjs/server` desired port.

View File

@@ -40,6 +40,6 @@
},
"configuration": {
"sasPath": "/opt/sas/sas9/SASHome/SASFoundation/9.4/sasexe/sas",
"sasJsPort": 5001
"sasJsPort": 5000
}
}