Merge branch 'jskim-node' of https://g.wace.me/jskim/vexplor_dev into ycshin-node

This commit is contained in:
2026-04-01 12:27:59 +09:00
263 changed files with 29151 additions and 21090 deletions

View File

@@ -93,7 +93,7 @@ const config: Config = {
// JWT 설정
jwt: {
secret: process.env.JWT_SECRET || "ilshin-plm-super-secret-jwt-key-2024",
secret: process.env.JWT_SECRET || "change-this-jwt-secret-in-env",
expiresIn: process.env.JWT_EXPIRES_IN || "24h",
refreshExpiresIn: process.env.JWT_REFRESH_EXPIRES_IN || "7d",
},