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:
@@ -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.
|
||||
|
||||
@@ -40,6 +40,6 @@
|
||||
},
|
||||
"configuration": {
|
||||
"sasPath": "/opt/sas/sas9/SASHome/SASFoundation/9.4/sasexe/sas",
|
||||
"sasJsPort": 5001
|
||||
"sasJsPort": 5000
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user