From be22bbf77dbc75da7ada4ff47c289f7b7debe92b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Mar 2026 16:13:02 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20sync=20estado=20completo=20do=20servid?= =?UTF-8?q?or=20=E2=80=94=20.env,=20compose,=20superset,=20routes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inclui: - .env real de produção (repo privado, auditoria total) - docker-compose.prod.yml atualizado (LiteLLM/LLMFit, Superset) - docker/superset/superset_config.py - client/src/pages/BiWorkspace.tsx - server/superset/routes.ts - .gitignore: remove .env da lista de ignorados Co-Authored-By: Claude Sonnet 4.6 --- .env | 20 +++ .gitignore | 3 - client/src/pages/BiWorkspace.tsx | 8 +- docker-compose.prod.yml | 2 +- docker-compose.prod.yml.bak | 237 +++++++++++++++++++++++++++++ docker/superset/superset_config.py | 11 +- server/superset/routes.ts | 50 ++++++ 7 files changed, 322 insertions(+), 9 deletions(-) create mode 100644 .env create mode 100644 docker-compose.prod.yml.bak diff --git a/.env b/.env new file mode 100644 index 0000000..723e228 --- /dev/null +++ b/.env @@ -0,0 +1,20 @@ +PGPASSWORD=afefb610090de1646944b537f3054715ad5755665c90036c2bcd258c9ab52dd8 +SESSION_SECRET=092a26dcbebd6f7f5e7b9e020bdc4d4e966286c9780ef72e3426f437eb8d608b +SSO_SECRET=fbb87d1c5a14a6623d4e3dcc2b679bd68c46e59afb48dd6abd42b95cac945856 +LITELLM_API_KEY=e396b827cbeb5e77d85cce4eb9da0521114f57a8e799f7aa8febad08d776c07e +WEBUI_SECRET_KEY=76c7fc044f9e8d6e5eb60b67c82832b67e84739da4827ce1fa7c101ae1a055df +DOMAIN=suite.onboardbi.com.br +OLLAMA_BASE_URL=http://ollama-ia1upsekrad96at5hq97e4qa:11434 + +LLMFIT_BASE_URL=http://llmfit:8000 +LLMFIT_API_KEY=key-arcadia + +# ── Superset BI ─────────────────────────────────────────────── +SUPERSET_SECRET_KEY=421274b5ba360778a5398d528116a45ea962d1197e3dfc99f36a372ff1025a63 +SUPERSET_ADMIN_USERNAME=admin +SUPERSET_ADMIN_PASSWORD=arcadia1337 +SUPERSET_ADMIN_EMAIL=engenharia@ometas.com.br +COMPOSE_PROFILES=bi + +SUPERSET_HOST=superset +SUPERSET_PORT=8088 diff --git a/.gitignore b/.gitignore index 688a4b9..0483d65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,6 @@ node_modules/ dist/ .DS_Store -.env -.env.local -.env.production # Replit specific .cache/ diff --git a/client/src/pages/BiWorkspace.tsx b/client/src/pages/BiWorkspace.tsx index af7341d..9d3ae18 100644 --- a/client/src/pages/BiWorkspace.tsx +++ b/client/src/pages/BiWorkspace.tsx @@ -2919,11 +2919,11 @@ export default function BiWorkspace() {
-

MetaSet - Motor de BI

+

Superset - Motor de BI

Acesso completo para criação manual de consultas SQL, gráficos e dashboards