mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 19:34:34 +00:00
6 lines
213 B
Plaintext
6 lines
213 B
Plaintext
MODE=[server]
|
|
CORS=[enable]
|
|
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 |