mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
18 lines
353 B
Text
18 lines
353 B
Text
# 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
|
|
JWT_SECRET=TOKEN!
|
|
|
|
# Pour creer les liens images
|
|
SESSION_Secret='session_secret'
|
|
FRONTEND_URL=http://localhost:5173
|