-
- Downloads
Install and config dotenv
parent
89a2be6c
No related branches found
No related tags found
.env.exemple
0 → 100644
... | ... | @@ -25,6 +25,7 @@ |
}, | ||
"dependencies": { | ||
"body-parser": "^1.19.0", | ||
"dotenv": "^8.2.0", | ||
"express": "^4.17.1", | ||
"mongoose": "^5.9.1", | ||
"simple-oauth2": "^3.3.0" | ||
... | ... |
src/utils/env.ts
0 → 100644
Please register or sign in to comment