feat: sesión 1 año + validación sintaxis plantilla en tiempo real

This commit is contained in:
Lizandro Guarnizo
2026-04-30 22:53:10 -05:00
parent 46c89457dc
commit 4e564a7e28
7 changed files with 41 additions and 10 deletions
+3 -3
View File
@@ -53,14 +53,14 @@ mail:
token:
app_jwt_secret: SECRET_APP
api_jwt_secret: SECRET_API
expires_in: 3600
expires_in: 31536000
jwt:
app:
secret: SECRET_APP
expire: 3600
expire: 31536000
api:
secret: SECRET_API
expire: 3600
expire: 31536000
template:
path: "resources/view"