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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user