1
0
mirror of https://github.com/sasjs/server.git synced 2026-03-10 01:18:09 +00:00

fix: default runtime should be sas

This commit is contained in:
2022-06-20 17:12:32 +05:00
parent 1e2c08a8d3
commit 91d29cb127
3 changed files with 4 additions and 4 deletions

View File

@@ -140,10 +140,10 @@ HELMET_CSP_CONFIG_PATH=./csp.config.json
LOG_FORMAT_MORGAN=
# A comma separated string that defines the available runTimes.
# Priority is given to the runtime that cSAS_PATHomes first in string.
# Priority is given to the runtime that comes first in the string.
# Possible options at the moment are sas and js
# options: [sas,js|js,sas|sas|js] default:sas,js
# options: [sas,js|js,sas|sas|js] default:sas
RUN_TIMES=
```