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

chore: documented sasjs_runtimes env variable in readme file

This commit is contained in:
2022-06-04 03:12:51 +05:00
parent c58666eb81
commit f561ba4bf0

View File

@@ -65,6 +65,15 @@ SAS_PATH=/path/to/sas/executable.exe
# This location is for SAS WORK, staged files, DRIVE, configuration etc
SASJS_ROOT=./sasjs_root
# A comma separated string that defines the available runTimes.
# Priority is given to the runtime that comes first in string.
# Possible options at the moment are sas and js
# options: [sas,js|js,sas|sas|js] default:sas
SASJS_RUNTIMES=
# options: [http|https] default: http
PROTOCOL=