PORT=4001
NODE_ENV=development

DB_HOST=localhost
DB_PORT=3306
DB_NAME=petzy_pos
DB_USER=root
DB_PASSWORD=

JWT_SECRET=change-me-to-a-long-random-string
JWT_REFRESH_SECRET=change-me-to-a-different-long-random-string
JWT_ACCESS_EXPIRY=15m
JWT_REFRESH_EXPIRY=7d

FRONTEND_URL=http://localhost:4000

UPLOAD_DIR=uploads
MAX_FILE_SIZE=10485760

SMTP_HOST=
SMTP_PORT=
SMTP_USER=
SMTP_PASSWORD=
MAIL_FROM=
MAIL_TO=

SITE_URL=http://localhost:4000
