# Database DB_HOST=localhost DB_PORT=3306 DB_NAME=template DB_USER=root DB_PASS=your_mysql_password # JWT JWT_SECRET=replace_with_a_random_secret_at_least_64_characters_long_for_HS512 # Mail MAIL_HOST=smtp.163.com MAIL_PORT=465 MAIL_PROTOCOL=smtps MAIL_USERNAME=your_account@163.com MAIL_PASSWORD=your_smtp_auth_code # Redis REDIS_HOST=localhost REDIS_PORT=6379 REDIS_PASSWORD= REDIS_DB=0 # Password Reset PASSWORD_RESET_EXPIRE_MINUTES=10 PASSWORD_RESET_COOLDOWN_SECONDS=60 PASSWORD_RESET_MAX_ATTEMPTS=5