EvalueTonSavoir/server/.env.example

18 lines
321 B
Text
Raw Normal View History

2024-04-05 20:10:59 -04:00
# Config serveur
PORT=4400
# Config BD
MONGO_URI=mongodb://localhost:27017
MONGO_DATABASE=evaluetonsavoir
# Config emails
EMAIL_SERVICE=gmail
SENDER_EMAIL=infoevaluetonsavoir@gmail.com
EMAIL_PSW='vvml wmfr dkzb vjzb'
# JSON Web Token
2024-04-05 21:17:12 -04:00
JWT_SECRET=TOKEN!
# Pour creer les liens images
FRONTEND_URL=http://localhost:5173