From 09948e158c281d89598c6f7e97070dbb016ef2b7 Mon Sep 17 00:00:00 2001 From: Keven Date: Mon, 8 Dec 2025 15:40:40 -0300 Subject: [PATCH] =?UTF-8?q?feat(Env):=20Ajusta=20a=20conex=C3=A3o=20do=20f?= =?UTF-8?q?irebird=20para=20variavel=20de=20ambiente=20-=2015:40?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- database/firebird.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/database/firebird.py b/database/firebird.py index 300eaef..3e9b509 100644 --- a/database/firebird.py +++ b/database/firebird.py @@ -13,6 +13,8 @@ class Firebird: # Instancia o loader com o prefixo correto env_database = EnvConfigLoader(prefix="ORIUS_API_FDB") + print(env_database) + # Cria a engine apenas uma vez if cls._engine is None: