From e359265c4be90d245b58ed8da5d31cd6b4bae1ae Mon Sep 17 00:00:00 2001 From: Saad Jutt Date: Tue, 14 Jun 2022 17:05:40 +0500 Subject: [PATCH] chore: quick fix --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 615c95b..523bda9 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,6 @@ 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= @@ -138,6 +130,13 @@ HELMET_CSP_CONFIG_PATH=./csp.config.json # Docs: https://www.npmjs.com/package/morgan#predefined-formats LOG_FORMAT_MORGAN= +# 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 +RUN_TIMES= + ``` ## Persisting the Session