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

chore: added .env.example

This commit is contained in:
Saad Jutt
2021-11-02 03:18:25 +05:00
parent 22dfcfddb9
commit f7e0849148
2 changed files with 5 additions and 0 deletions

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
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