From d3b37a83a7d2cbcb4e9c839eda733bcf2528f09a Mon Sep 17 00:00:00 2001 From: "gabriel.pereira" Date: Tue, 21 Oct 2025 09:41:18 -0300 Subject: [PATCH] =?UTF-8?q?FIX:=20adicionar=20nova=20linha=20ao=20final=20?= =?UTF-8?q?do=20arquivo=20.env=20para=20garantir=20a=20formata=C3=A7=C3=A3?= =?UTF-8?q?o=20correta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 55ed323..f4c2fca 100644 --- a/.env +++ b/.env @@ -9,4 +9,6 @@ OAUTH_CLIENT_SECRET=sVj8Q~eSXJpnQoqjvpOwjYeesVf_DJNRqTa4ua-6 OAUTH_TENANT_ID=5cd8533a-4260-48c5-87fd-8511b1b42f9b OAUTH_REDIRECT_URI=https://viabiliza.sothis.com.br/auth/callback OAUTH_SCOPES=https://graph.microsoft.com/.default -SESSION_SECRET=j2633669 \ No newline at end of file +SESSION_SECRET=j2633669 + +NODE_ENV=production \ No newline at end of file