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.

18 lines
411 B
Plaintext

NODE_ENV=production
PORT=3000
CLIENT_URL=http://localhost:5173
DATABASE_HOST=localhost
DATABASE_PORT=3306
DATABASE_USER=root
DATABASE_PASSWORD=change-me
DATABASE_NAME=verto
JWT_SECRET=change-me
JWT_EXPIRES_IN=1d
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_SECURE=false
SMTP_USER=no-reply@example.com
SMTP_PASSWORD=change-me
EMAIL_FROM="Client Release Manager <no-reply@example.com>"
PROJECT_INVITE_TTL_HOURS=72