mirror of
https://github.com/sasjs/server.git
synced 2025-12-08 02:42:44 +00:00
7 lines
271 B
Plaintext
7 lines
271 B
Plaintext
SAS_EXEC_PATH=<path to folder containing SAS executable>
|
|
SAS_EXEC_NAME=<name of SAS executable file>
|
|
PORT_API=<port for sasjs server (api)>
|
|
PORT_WEB=<port for sasjs web component(react)>
|
|
ACCESS_TOKEN_SECRET=<secret>
|
|
REFRESH_TOKEN_SECRET=<secret>
|
|
AUTH_CODE_SECRET=<secret> |