fix: 30DAYS

This commit is contained in:
tim
2025-08-12 01:17:03 +08:00
parent f977f96407
commit c7d99885dc

View File

@@ -10,7 +10,8 @@ spring.jpa.hibernate.ddl-auto=update
app.jwt.secret=${JWT_SECRET:jwt_sec}
app.jwt.reason-secret=${JWT_REASON_SECRET:jwt_reason_sec}
app.jwt.reset-secret=${JWT_RESET_SECRET:jwt_reset_sec}
app.jwt.expiration=${JWT_EXPIRATION:86400000}
# 30 days
app.jwt.expiration=${JWT_EXPIRATION:2592000000}
# Password strength: LOW, MEDIUM or HIGH
app.password.strength=${PASSWORD_STRENGTH:LOW}