mirror of
https://github.com/sasjs/server.git
synced 2025-12-11 03:34:35 +00:00
7 lines
329 B
Plaintext
7 lines
329 B
Plaintext
MODE=[server] default value is desktop
|
|
CORS=[enable] default value is 5000
|
|
PORT_WEB=[port for sasjs web component(react)] default value is 3000
|
|
ACCESS_TOKEN_SECRET=<secret>
|
|
REFRESH_TOKEN_SECRET=<secret>
|
|
AUTH_CODE_SECRET=<secret>
|
|
DB_CONNECT=mongodb+srv://<DB_USERNAME>:<DB_PASSWORD>@<CLUSTER>/<DB_NAME>?retryWrites=true&w=majority |