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
399 B
Plaintext
18 lines
399 B
Plaintext
NODE_ENV=test
|
|
PORT=3001
|
|
CLIENT_URL=http://localhost:4173
|
|
DATABASE_HOST=localhost
|
|
DATABASE_PORT=3306
|
|
DATABASE_USER=root
|
|
DATABASE_PASSWORD=root
|
|
DATABASE_NAME=verto_test
|
|
JWT_SECRET=test-secret
|
|
JWT_EXPIRES_IN=1d
|
|
SMTP_HOST=localhost
|
|
SMTP_PORT=1025
|
|
SMTP_SECURE=false
|
|
SMTP_USER=test@example.com
|
|
SMTP_PASSWORD=test-password
|
|
EMAIL_FROM="Client Release Manager <test@example.com>"
|
|
PROJECT_INVITE_TTL_HOURS=72
|