You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
382 B
Plaintext

PORT=3000
CLIENT_URL=http://localhost:5173
DATABASE_HOST=localhost
DATABASE_PORT=3306
DATABASE_USER=root
DATABASE_PASSWORD=root
DATABASE_NAME=verto
JWT_SECRET=super-secret
JWT_EXPIRES_IN=1d
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_SECURE=false
SMTP_USER=enaeemullah@gmail.com
SMTP_PASSWORD=wkyrwkvbskagjrcn
EMAIL_FROM="Verto <enaeemullah@gmail.com>"
PROJECT_INVITE_TTL_HOURS=72