mirror of
https://github.com/sasjs/server.git
synced 2026-01-15 09:50:06 +00:00
docs(readme): add configuration instructions
This commit is contained in:
@@ -1 +1,8 @@
|
|||||||
# @sasjs/server
|
# @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": {
|
"configuration": {
|
||||||
"sasPath": "/opt/sas/sas9/SASHome/SASFoundation/9.4/sasexe/sas",
|
"sasPath": "/opt/sas/sas9/SASHome/SASFoundation/9.4/sasexe/sas",
|
||||||
"sasJsPort": 5001
|
"sasJsPort": 5000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user