From 203b30569dd98c9a7a9df35a5822cce3a8a4ba58 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Wed, 12 Nov 2025 18:03:41 -0300 Subject: [PATCH] =?UTF-8?q?fix():=20Aplicado=20configura=C3=A7=C3=A3o=20de?= =?UTF-8?q?=20expira=C3=A7=C3=A3o=20de=20visualiza=C3=A7=C3=A3o=20de=20arq?= =?UTF-8?q?uivo=20por=20variavel=20de=20ambiente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/database/mysql.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/database/mysql.json b/config/database/mysql.json index 389e497..8d48473 100644 --- a/config/database/mysql.json +++ b/config/database/mysql.json @@ -8,6 +8,7 @@ "storage": "${STORAGE}", "group_size": "${GROUP_SIZE}", "url_api": "${URL_API}", + "expire": "${EXPIRE}", "charset": "utf8mb4", "pool": { "pre_ping": true,