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

fix(stp): use same session from file upload

This commit is contained in:
Saad Jutt
2022-03-24 18:06:28 +05:00
parent c5117abe71
commit dd56a95314
3 changed files with 15 additions and 10 deletions

View File

@@ -49,19 +49,19 @@ Example contents of a `.env` file:
```
# options: [desktop|server] default: `desktop`
MODE=desktop
MODE=
# options: [disable|enable] default: `disable` for `server` & `enable` for `desktop`
CORS=disable
CORS=
# options: <http://localhost:3000 https://abc.com ...> space separated urls
WHITELIST=
# options: [http|https] default: http
PROTOCOL=http
PROTOCOL=
# default: 5000
PORT=5000
PORT=
# optional