1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-04 21:30:05 +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

@@ -258,5 +258,5 @@ const DEFAULTS = {
PORT: '5000',
HELMET_COEP: HelmetCoepType.TRUE,
LOG_FORMAT_MORGAN: LOG_FORMAT_MORGANType.Common,
RUN_TIMES: `${RunTimeType.SAS},${RunTimeType.JS}`
RUN_TIMES: `${RunTimeType.SAS}`
}