feat: sesión 1 año + validación sintaxis plantilla en tiempo real
This commit is contained in:
+3
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user