TH-montassar / GestionConge

développement et conception d'une application web pour la gestion des congées
0 stars 0 forks source link

create .env file in the backend folder and put this information

PORT = HOST = localhost MONGO_DB_URL = TOKEN_SECRET= NODE_ENV=

example

============================= PORT = 4001 HOST=localhost MONGO_DB_URL = mongodb+srv://name:pass@cluster1.shphf.mongodb.net/GestionGonge TOKEN_SECRET= "secret" NODE_ENV="dev"